From 6c82a86c6f11815df371a310e3734030b1a635f4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 2 Sep 2012 08:41:51 -0400 Subject: Add small doc mention that libpq is named after POSTQUEL. --- doc/src/sgml/history.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 @@ 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 -- cgit v1.2.3