aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-09-02 08:41:51 -0400
committerBruce Momjian <bruce@momjian.us>2012-09-02 08:42:03 -0400
commit6c82a86c6f11815df371a310e3734030b1a635f4 (patch)
treeb3f2989999733b1950913d9f1752eae215460967 /doc/src
parent6d2c8c0e2afa8cbaf99555a24336e93118fd181e (diff)
downloadpostgresql-6c82a86c6f11815df371a310e3734030b1a635f4.tar.gz
postgresql-6c82a86c6f11815df371a310e3734030b1a635f4.zip
Add small doc mention that libpq is named after POSTQUEL.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/history.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml
index 9bd5c22d8ed..a7f4b701ead 100644
--- a/doc/src/sgml/history.sgml
+++ b/doc/src/sgml/history.sgml
@@ -114,7 +114,9 @@
<listitem>
<para>
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>
(see below), but they could be imitated in
<productname>Postgres95</productname> with user-defined