diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/history.sgml | 4 |
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 |