11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.11 1999/05/04 02:16:57 thomas Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.12 1999/05/12 07:32:42 thomas Exp $
33
44Postgres Administrator's Guide.
55Derived from postgres.sgml.
66- thomas 1998-10-27
77
88$Log: admin.sgml,v $
9- Revision 1.11 1999/05/04 02:16:57 thomas
10- Include chapter on security.
9+ Revision 1.12 1999/05/12 07:32:42 thomas
10+ Include mention of CASE, COALESCE, and IFNULL.
11+ Add date/time parsing procedure (perhaps should be in appendix).
12+ Add time zone information (ditto).
13+ Update keyword list.
1114
1215Revision 1.10 1999/01/19 16:06:25 thomas
1316Merge current.sgml into release.sgml so all release notes are in the same
@@ -59,23 +62,23 @@ Bigger updates to the installation instructions (install and config).
5962
6063<!-- Title information -->
6164
62- <Title>PostgreSQL Administrator's Guide</Title>
63- <BookInfo>
64- <ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
65- <BookBiblio>
66- <AuthorGroup>
67- <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
68- </AuthorGroup>
65+ <Title>PostgreSQL Administrator's Guide</Title>
66+ <BookInfo>
67+ <ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
68+ <BookBiblio>
69+ <AuthorGroup>
70+ <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
71+ </AuthorGroup>
6972<!-- editor in authorgroup is not supported
7073 <AuthorGroup>
7174-->
72- <Editor>
73- <FirstName>Thomas</FirstName>
74- <SurName>Lockhart</SurName>
75- <Affiliation>
76- <OrgName>Caltech/JPL</OrgName>
77- </Affiliation>
78- </Editor>
75+ <Editor>
76+ <FirstName>Thomas</FirstName>
77+ <SurName>Lockhart</SurName>
78+ <Affiliation>
79+ <OrgName>Caltech/JPL</OrgName>
80+ </Affiliation>
81+ </Editor>
7982<!--
8083 </AuthorGroup>
8184-->
@@ -84,17 +87,17 @@ Bigger updates to the installation instructions (install and config).
8487 <AuthorInitials>TGL</AuthorInitials>
8588-->
8689
87- <Date>(last updated1998-10-27 )</Date>
88- </BookBiblio>
90+ <Date>(last updated1999-04-08 )</Date>
91+ </BookBiblio>
8992
90- <LegalNotice>
91- <Para>
92- <ProductName>PostgreSQL</ProductName> is copyright (C) 1998
93- by the Postgres Global Development Group.
94- </Para>
95- </LegalNotice>
93+ <LegalNotice>
94+ <Para>
95+ <ProductName>PostgreSQL</ProductName> is copyright (C) 1998-9
96+ by the Postgres Global Development Group.
97+ </Para>
98+ </LegalNotice>
9699
97- </BookInfo>
100+ </BookInfo>
98101
99102<!--
100103<TOC> </TOC>
@@ -109,36 +112,36 @@ Your name here...
109112</Dedication>
110113-->
111114
112- <Preface id="preface">
113- <Title>Summary</Title>
114-
115- <Para>
116- <ProductName>Postgres</ProductName>,
117- developed originally in the UC Berkeley Computer Science Department,
118- pioneered many of the object-relational concepts
119- now becoming available in some commercial databases.
120- It provides SQL92/SQL3 language support,
121- transaction integrity, and type extensibility.
122- <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
123- of this original Berkeley code.
124- </Para>
125- </Preface>
126-
127- &intro-ag;
128-
129- &ports;
130- &config;
131- &install;
132- &installw;
133- &runtime;
134- &security;
135- &options;
136- &start-ag;
137- &recovery;
138- ®ress;
139- &release;
140-
141- &biblio;
115+ <Preface id="preface">
116+ <Title>Summary</Title>
117+
118+ <Para>
119+ <ProductName>Postgres</ProductName>,
120+ developed originally in the UC Berkeley Computer Science Department,
121+ pioneered many of the object-relational concepts
122+ now becoming available in some commercial databases.
123+ It provides SQL92/SQL3 language support,
124+ transaction integrity, and type extensibility.
125+ <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
126+ of this original Berkeley code.
127+ </Para>
128+ </Preface>
129+
130+ &intro-ag;
131+
132+ &ports;
133+ &config;
134+ &install;
135+ &installw;
136+ &runtime;
137+ &security;
138+ &options;
139+ &start-ag;
140+ &recovery;
141+ ®ress;
142+ &release;
143+
144+ &biblio;
142145
143146<!--
144147Don't bother with an index until we get some index entries.