diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-02-03 19:03:27 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-02-03 19:03:27 +0000 |
| commit | 7c164dca0b68c211ecd17267e3780f791d906079 (patch) | |
| tree | 1a14ee27846a18480dbe03983d2b790839115aac /doc/src/sgml/admin.sgml | |
| parent | 80dbae395d4cc5bed42242507ab76bae475632a8 (diff) | |
| download | postgresql-7c164dca0b68c211ecd17267e3780f791d906079.tar.gz | |
Update, polish, consistencify preface/intro sections.
Diffstat (limited to 'doc/src/sgml/admin.sgml')
| -rw-r--r-- | doc/src/sgml/admin.sgml | 41 |
1 files changed, 7 insertions, 34 deletions
diff --git a/doc/src/sgml/admin.sgml b/doc/src/sgml/admin.sgml index fc8fe19323..51a78b3b30 100644 --- a/doc/src/sgml/admin.sgml +++ b/doc/src/sgml/admin.sgml @@ -1,55 +1,27 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.31 2001/01/24 23:15:19 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.32 2001/02/03 19:03:26 petere Exp $ --> <book id="admin"> <!-- Title information --> - <title><![%single-book;[PostgreSQL &version;]]> Administrator's Guide</title> + <title>PostgreSQL &version; Administrator's Guide</title> + <bookinfo> <corpauthor>The PostgreSQL Global Development Group</corpauthor> - - <editor> - <firstname>Thomas</firstname> - <surname>Lockhart</surname> - <affiliation> - <orgname>Caltech/JPL</orgname> - </affiliation> - </editor> - - <legalnotice> - <para> - <productname>PostgreSQL</productname> is Copyright © 1996-2001 - by PostgreSQL Global Development Group - </para> - </legalnotice> - + &legal; </bookinfo> - <preface id="ag-preface"> - <title>Summary</title> - - <para> - <productname>Postgres</productname>, - 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/SQL99 language support, - transaction integrity, and type extensibility. - <productname>PostgreSQL</productname> is an open-source descendant - of this original Berkeley code. - </para> - </preface> - <!-- Disable these extra intro chapters since some elements (e.g. y2k statement) are included in the first intro.sgml and cause errors if included twice. --> <![%single-book;[ - &intro-ag; + &intro; ]]> + &installation; &installw; &runtime; @@ -62,6 +34,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.31 2001/01/24 23:15:19 &recovery; ®ress; &release; + <![%single-book;[ &biblio; ]]> |
