Include chapter on SQL language elements (keywords, etc).
authorThomas G. Lockhart
Sat, 13 Feb 1999 03:52:46 +0000 (03:52 +0000)
committerThomas G. Lockhart
Sat, 13 Feb 1999 03:52:46 +0000 (03:52 +0000)
Should merge with or complement Stefan's Master's Thesis intro to SQL.

doc/src/sgml/postgres.sgml

index c4d7127f952d992bb70e64296747927cefa3863f..867b1ee3c005a0dfd2cf13afcb090728547193d2 100644 (file)
@@ -1,11 +1,15 @@
 
 
-
-
+
 
-oper     SYSTEM "oper.sgml">
+environ  SYSTEM "environ.sgml">
 
-
-
-
 
+
+
+
+
+
 
 
-psql     SYSTEM "psql.sgml">
-pgaccess SYSTEM "pgaccess.sgml">
+syntax   SYSTEM "syntax.sgml">
+typeconv SYSTEM "typeconv.sgml">
 
 
 
@@ -134,25 +139,25 @@ Move SQL reference pages up into the User's Guide.
 
 
 
-
+ 
 
-PostgreSQL
-
-    Covering v6.4 for general release
-    
-    
-      The PostgreSQL Development Team
-    
+ PostgreSQL
+ 
+  Covering v6.4 for general release
+  
+   
+    The PostgreSQL Development Team
+   
 
-      
-        Thomas
-        Lockhart
-        
-          Caltech/JPL
-        
-      
+   
+    Thomas
+    Lockhart
+    
+     Caltech/JPL
+    
+   
 
@@ -161,17 +166,17 @@ Move SQL reference pages up into the User's Guide.
     TGL
 -->
 
-    (last updated 1998-02-23)
-    
+   (last updated 1998-02-23)
+  
 
-
-
-PostgreSQL is copyright (C) 1998 
-by the Postgres Global Development Group.
-
-
+  
+   
+    PostgreSQL is copyright (C) 1998 
+    by the Postgres Global Development Group.
+   
+  
 
-
+ 
 
 
 
-
-Summary
-
-
-Postgres
- developed originally in the UC Berkeley Computer Science Department,
- pioneered many of the object-relational concepts
- now becoming available in some commercial databases.
-It provides SQL92/SQL3 language support,
- transaction integrity, and type extensibility.
PostgreSQL is a public-domain,
- open source descendant of this original Berkeley code.
-
-
-
-
-Tutorial
-
-
-Introduction for new users.
-
-
-&intro;
-&arch;
-&start;
-&query;
-&advanced;
-
-
-
-User's Guide
-
-
-Information for users.
-
-
-&environ;
-&manage;
-&datatype;
-&oper;
-&func;
-&typeconv;
-&keys;
-&array;
-&inherit;
-&query-ug;
-&storage;
-&psql;
-&pgaccess;
-&commands;
-
-
-
-Administrator's Guide
-
-
-Installation and maintenance information.
-
-
-&intro-ag;
-&ports;
-&config;
-&install;
-&installw;
-&runtime;
-&options;
-&start-ag;
-&recovery;
-®ress;
-&release;
-
-
-
-Programmer's Guide
-
-
-Information for extending Postgres.
-
-
-&intro-pg;
-&arch-pg;
-&extend;
-&xfunc;
-&xtypes;
-&xoper;
-&xaggr;
-&rules;
-&xindex;
-&gist;
-&dfunc;
-&trigger;
-&spi;
-&xplang;
-
-
-
-
-Interfaces
-
-
-User and programmer interfaces.
-
-
-&func-ref;
-&lobj;
-&ecpg;
-&libpq;
-&libpgtcl;
-&odbc;
-&jdbc;
-
-
-
-Developer's Guide
-
-
-The Developer's Guide includes discussion of design decisions and 
-suggestions for future development.
-
-
-&arch-dev;
-&geqo;
-&protocol;
-&signals;
-&compiler;
-&bki;
-&page;
-
-
-
-Appendices
-
-
-Additional related information.
-
-
-&docguide;
-&contacts;
-&biblio;
-
+  Summary
+
+  
+   Postgres
+   developed originally in the UC Berkeley Computer Science Department,
+   pioneered many of the object-relational concepts
+   now becoming available in some commercial databases.
+   It provides SQL92/SQL3 language support,
+   transaction integrity, and type extensibility.
+   PostgreSQL is a public-domain,
+   open source descendant of this original Berkeley code.
+  
+
+  Tutorial
+  
+   
+    Introduction for new users.
+   
+  
+   &intro;
+   &arch;
+   &start;
+   &query;
+   &advanced;
+
+  User's Guide
+  
+   
+    Information for users.
+   
+  
+   &environ;
+   &manage;
+  &syntax;
+   &datatype;
+   &oper;
+   &func;
+   &typeconv;
+  &keys;
+   &array;
+   &inherit;
+   &query-ug;
+   &storage;
+   &psql;
+   &pgaccess;
+   &commands;
+
+  Administrator's Guide
+  
+   
+    Installation and maintenance information.
+   
+  
+   &intro-ag;
+   &ports;
+   &config;
+   &install;
+  &installw;
+   &runtime;
+   &options;
+  &start-ag;
+   &recovery;
+   ®ress;
+   &release;
+
+  Programmer's Guide
+  
+   
+    Information for extending Postgres.
+   
+  
+   &intro-pg;
+   &arch-pg;
+   &extend;
+   &xfunc;
+   &xtypes;
+   &xoper;
+   &xaggr;
+   &rules;
+   &xindex;
+   &gist;
+   &dfunc;
+   &trigger;
+   &spi;
+   &xplang;
+  
+
+  Interfaces
+  
+   
+    User and programmer interfaces.
+   
+  
+   &func-ref;
+   &lobj;
+   &ecpg;
+   &libpq;
+   &libpgtcl;
+   &odbc;
+   &jdbc;
+  Developer's Guide
+  
+   
+    The Developer's Guide includes discussion of design decisions and 
+    suggestions for future development.
+   
+  
+   &arch-dev;
+   &geqo;
+   &protocol;
+   &signals;
+   &compiler;
+   &bki;
+   &page;
+  Appendices
+  
+   
+    Additional related information.
+   
+  
+  &docguide;
+   &contacts;
+   &biblio;