目次
In the sections that follow, we will discuss how you can extend the <productname>PostgreSQL</productname> <acronym>SQL</acronym> query language by adding: 本節では以下を追加することでPostgreSQLのSQL問い合わせ言語をどのように拡張できるかを説明します。
functions (starting in <xref linkend="xfunc"/>) 関数(36.3から)。
aggregates (starting in <xref linkend="xaggr"/>) 集約(36.12から)。
data types (starting in <xref linkend="xtypes"/>) データ型(36.13から)。
operators (starting in <xref linkend="xoper"/>) 演算子(36.14から)。
operator classes for indexes (starting in <xref linkend="xindex"/>) インデックス用演算子クラス(36.16から)。
packages of related objects (starting in <xref linkend="extend-extensions"/>) 関連オブジェクトのパッケージ(36.17から)。
doc/src/sgml/xfunc.sgml doc/src/sgml/xaggr.sgml doc/src/sgml/xtypes.sgml doc/src/sgml/xoper.sgml doc/src/sgml/xindex.sgml