diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-05-20 05:39:29 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-05-20 05:39:29 +0000 |
| commit | 32cfa65e492b0250c8d26256524c5dfdfecb1a09 (patch) | |
| tree | 9149b98c764bb02eee01e515f9f838a09e3a8ad7 /doc/src/sgml/admin.sgml | |
| parent | c3a4d8ed54468a7778797b1075bcc443cd45be4b (diff) | |
| download | postgresql-32cfa65e492b0250c8d26256524c5dfdfecb1a09.tar.gz | |
Rearrange and consolidate the Admin Guide.
Add reference pages for utilities and remove standalone chapters for same.
Add material for an appendix on date/time properties, but not yet
integrated with the User's Guide.
Break up the former chapter on pg_options
into Admin and Programmer's Guides.
Diffstat (limited to 'doc/src/sgml/admin.sgml')
| -rw-r--r-- | doc/src/sgml/admin.sgml | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/src/sgml/admin.sgml b/doc/src/sgml/admin.sgml index 7850f4f85c..9bf1f39465 100644 --- a/doc/src/sgml/admin.sgml +++ b/doc/src/sgml/admin.sgml @@ -1,11 +1,19 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.12 1999/05/12 07:32:42 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.13 1999/05/20 05:39:25 thomas Exp $ Postgres Administrator's Guide. Derived from postgres.sgml. - thomas 1998-10-27 $Log: admin.sgml,v $ +Revision 1.13 1999/05/20 05:39:25 thomas +Rearrange and consolidate the Admin Guide. +Add reference pages for utilities and remove standalone chapters for same. +Add material for an appendix on date/time properties, but not yet + integrated with the User's Guide. +Break up the former chapter on pg_options + into Admin and Programmer's Guides. + Revision 1.12 1999/05/12 07:32:42 thomas Include mention of CASE, COALESCE, and IFNULL. Add date/time parsing procedure (perhaps should be in appendix). @@ -46,7 +54,7 @@ Bigger updates to the installation instructions (install and config). <!entity intro-ag SYSTEM "intro-ag.sgml"> <!entity install SYSTEM "install.sgml"> <!entity installw SYSTEM "install-win32.sgml"> -<!entity options SYSTEM "pg_options.sgml"> +<!entity layout SYSTEM "layout.sgml"> <!entity ports SYSTEM "ports.sgml"> <!entity recovery SYSTEM "recovery.sgml"> <!entity regress SYSTEM "regress.sgml"> @@ -54,6 +62,7 @@ Bigger updates to the installation instructions (install and config). <!entity runtime SYSTEM "runtime.sgml"> <!entity security SYSTEM "security.sgml"> <!entity start-ag SYSTEM "start-ag.sgml"> +<!entity trouble SYSTEM "trouble.sgml"> <!entity biblio SYSTEM "biblio.sgml"> ]> @@ -87,12 +96,12 @@ Bigger updates to the installation instructions (install and config). <AuthorInitials>TGL</AuthorInitials> --> - <Date>(last updated 1999-04-08)</Date> + <Date>(last updated 1999-05-19)</Date> </BookBiblio> <LegalNotice> <Para> - <ProductName>PostgreSQL</ProductName> is copyright (C) 1998-9 + <ProductName>PostgreSQL</ProductName> is copyright (©) 1998-9 by the Postgres Global Development Group. </Para> </LegalNotice> @@ -131,12 +140,13 @@ Your name here... &ports; &config; + &layout; &install; &installw; &runtime; &security; - &options; &start-ag; + &trouble; &recovery; ®ress; &release; @@ -155,7 +165,7 @@ Don't bother with an index until we get some index entries. <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-omittag:t +sgml-omittag:nil sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t |
