From: Bruce Momjian Date: Sun, 2 Sep 2012 12:41:51 +0000 (-0400) Subject: Add small doc mention that libpq is named after POSTQUEL. X-Git-Tag: REL9_3_BETA1~960 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c82a86c6f11815df371a310e3734030b1a635f4;p=postgresql Add small doc mention that libpq is named after POSTQUEL. --- diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml index 9bd5c22d8e..a7f4b701ea 100644 --- a/doc/src/sgml/history.sgml +++ b/doc/src/sgml/history.sgml @@ -114,7 +114,9 @@ The query language PostQUEL was replaced with - SQL (implemented in the server). Subqueries + SQL (implemented in the server). (Interface + library libpq was named after PostQUEL.) + Subqueries were not supported until PostgreSQL (see below), but they could be imitated in Postgres95 with user-defined