From c8cfb0cea88fec22f5aa0582fe846b46baf77eb1 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Sun, 1 Mar 1998 08:16:16 +0000 Subject: SGML source for new documentation. --- doc/src/sgml/postgres.sgml | 244 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 doc/src/sgml/postgres.sgml (limited to 'doc/src/sgml/postgres.sgml') diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml new file mode 100644 index 00000000000..897de1be1bd --- /dev/null +++ b/doc/src/sgml/postgres.sgml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + +PostgreSQL + + Covering v6.3 for general release + + + The PostgreSQL Development Team + + + + Thomas + Lockhart + + Caltech/JPL + + + + + + + (last updated 1998-02-23) + + + + +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; +&array; +&inherit; +&query-ug; +&storage; +&psql; +&pgaccess; + + + +Administrator's Guide + + +Installation and maintenance information. + + +&ports; +&install; +&start-ag; +&recovery; +®ress; +&release; + + + +Programmer's Guide + + +Information for extending Postgres. + + +&intro-pg; +&arch-pg; +&extend; +&xfunc; +&xtypes; +&xoper; +&xaggr; +&xindex; +&gist; +&dfunc; +&trigger; +&spi; +&libpq; + + + +Reference + + +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; +&compiler; + + + +Appendices + + +Additional related information. + + +&docguide; +&contacts; +&biblio; + + + + + + -- cgit v1.2.3