There are only two client interfaces included in the base <productname>PostgreSQL</productname> distribution: PostgreSQL基本配布物内には、以下の2つのクライアントインタフェースのみが存在します。
<link linkend="libpq">libpq</link> is included because it is the primary C language interface, and because many other client interfaces are built on top of it. libpqは基本C言語インタフェースであり、他の多くのクライアントインタフェース構築に必要なため、存在します。
<link linkend="ecpg">ECPG</link> is included because it depends on the server-side SQL grammar, and is therefore sensitive to changes in <productname>PostgreSQL</productname> itself. ECPGはサーバサイドのSQL文法に依存し、PostgreSQL自体の変更に敏感であるため、存在します。
All other language interfaces are external projects and are distributed separately. A <ulink url="https://wiki.postgresql.org/wiki/List_of_drivers">list of language interfaces</ulink> is maintained on the PostgreSQL wiki. Note that some of these packages are not released under the same license as <productname>PostgreSQL</productname>. For more information on each language interface, including licensing terms, refer to its website and documentation. この他の言語についてのインタフェースは外部プロジェクトのもので、別に提供されています。 言語インタフェースの一覧がPostgreSQL wikiで維持されています。 パッケージの中にはPostgreSQLと同じライセンスで提供されていないものがあることに注意してください。 ライセンスなど各言語インタフェースの詳細についてはそのWebサイトや文書を参照してください。