projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d2c8c0
)
Add small doc mention that libpq is named after POSTQUEL.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 2 Sep 2012 12:41:51 +0000
(08:41 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 2 Sep 2012 12:42:03 +0000
(08:42 -0400)
doc/src/sgml/history.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/history.sgml
b/doc/src/sgml/history.sgml
index 9bd5c22d8edc4804e74bfcd5a63d95f01fbd2316..a7f4b701ead98e00d8fd32b84c8e94f58a79139e 100644
(file)
--- 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