From 807ad858e26f0262093b5570b18f3d610b91239f Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Tue, 4 May 1999 02:26:06 +0000 Subject: [PATCH] Include new introductory chapter on SQL from Stefan S. Should this be in the tutorial instead? --- doc/src/sgml/user.sgml | 84 ++++++++++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 31 deletions(-) diff --git a/doc/src/sgml/user.sgml b/doc/src/sgml/user.sgml index 713235cb3e..87278c7cd5 100644 --- a/doc/src/sgml/user.sgml +++ b/doc/src/sgml/user.sgml @@ -1,11 +1,15 @@ @@ -125,28 +130,29 @@ It provides SQL92/SQL3 language support, -&intro; -&environ; -&manage; -&syntax; -&datatype; -&oper; -&func; -&typeconv; -&keys; -&array; -&inherit; -&query-ug; -&storage; -&psql; -&pgaccess; -&commands; + &intro; + &sql; + &environ; + &manage; + &syntax; + &datatype; + &oper; + &func; + &typeconv; + &keys; + &array; + &inherit; + &query-ug; + &storage; + &psql; + &pgaccess; + &commands; -&biblio; + &biblio;