Add small doc mention that libpq is named after POSTQUEL.

This commit is contained in:
Bruce Momjian 2012-09-02 08:41:51 -04:00
parent 6d2c8c0e2a
commit 6c82a86c6f

View File

@ -114,7 +114,9 @@
<listitem> <listitem>
<para> <para>
The query language PostQUEL was replaced with The query language PostQUEL was replaced with
<acronym>SQL</acronym> (implemented in the server). Subqueries <acronym>SQL</acronym> (implemented in the server). (Interface
library <link linkend="libpq">libpq</link> was named after PostQUEL.)
Subqueries
were not supported until <productname>PostgreSQL</productname> were not supported until <productname>PostgreSQL</productname>
(see below), but they could be imitated in (see below), but they could be imitated in
<productname>Postgres95</productname> with user-defined <productname>Postgres95</productname> with user-defined