Commit 95e3cec6 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Include mention of CASE, COALESCE, and IFNULL.

Add date/time parsing procedure (perhaps should be in appendix).
Add time zone information (ditto).
Update keyword list.
parent 5dd715b5
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.11 1999/05/04 02:16:57 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.12 1999/05/12 07:32:42 thomas Exp $
Postgres Administrator's Guide. Postgres Administrator's Guide.
Derived from postgres.sgml. Derived from postgres.sgml.
- thomas 1998-10-27 - thomas 1998-10-27
$Log: admin.sgml,v $ $Log: admin.sgml,v $
Revision 1.11 1999/05/04 02:16:57 thomas Revision 1.12 1999/05/12 07:32:42 thomas
Include chapter on security. Include mention of CASE, COALESCE, and IFNULL.
Add date/time parsing procedure (perhaps should be in appendix).
Add time zone information (ditto).
Update keyword list.
Revision 1.10 1999/01/19 16:06:25 thomas Revision 1.10 1999/01/19 16:06:25 thomas
Merge current.sgml into release.sgml so all release notes are in the same Merge 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). ...@@ -59,23 +62,23 @@ Bigger updates to the installation instructions (install and config).
<!-- Title information --> <!-- Title information -->
<Title>PostgreSQL Administrator's Guide</Title> <Title>PostgreSQL Administrator's Guide</Title>
<BookInfo> <BookInfo>
<ReleaseInfo>Covering v6.4 for general release</ReleaseInfo> <ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
<BookBiblio> <BookBiblio>
<AuthorGroup> <AuthorGroup>
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor> <CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
</AuthorGroup> </AuthorGroup>
<!-- editor in authorgroup is not supported <!-- editor in authorgroup is not supported
<AuthorGroup> <AuthorGroup>
--> -->
<Editor> <Editor>
<FirstName>Thomas</FirstName> <FirstName>Thomas</FirstName>
<SurName>Lockhart</SurName> <SurName>Lockhart</SurName>
<Affiliation> <Affiliation>
<OrgName>Caltech/JPL</OrgName> <OrgName>Caltech/JPL</OrgName>
</Affiliation> </Affiliation>
</Editor> </Editor>
<!-- <!--
</AuthorGroup> </AuthorGroup>
--> -->
...@@ -84,17 +87,17 @@ Bigger updates to the installation instructions (install and config). ...@@ -84,17 +87,17 @@ Bigger updates to the installation instructions (install and config).
<AuthorInitials>TGL</AuthorInitials> <AuthorInitials>TGL</AuthorInitials>
--> -->
<Date>(last updated 1998-10-27)</Date> <Date>(last updated 1999-04-08)</Date>
</BookBiblio> </BookBiblio>
<LegalNotice> <LegalNotice>
<Para> <Para>
<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 <ProductName>PostgreSQL</ProductName> is copyright (C) 1998-9
by the Postgres Global Development Group. by the Postgres Global Development Group.
</Para> </Para>
</LegalNotice> </LegalNotice>
</BookInfo> </BookInfo>
<!-- <!--
<TOC> </TOC> <TOC> </TOC>
...@@ -109,36 +112,36 @@ Your name here... ...@@ -109,36 +112,36 @@ Your name here...
</Dedication> </Dedication>
--> -->
<Preface id="preface"> <Preface id="preface">
<Title>Summary</Title> <Title>Summary</Title>
<Para> <Para>
<ProductName>Postgres</ProductName>, <ProductName>Postgres</ProductName>,
developed originally in the UC Berkeley Computer Science Department, developed originally in the UC Berkeley Computer Science Department,
pioneered many of the object-relational concepts pioneered many of the object-relational concepts
now becoming available in some commercial databases. now becoming available in some commercial databases.
It provides SQL92/SQL3 language support, It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility. transaction integrity, and type extensibility.
<ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
of this original Berkeley code. of this original Berkeley code.
</Para> </Para>
</Preface> </Preface>
&intro-ag; &intro-ag;
&ports; &ports;
&config; &config;
&install; &install;
&installw; &installw;
&runtime; &runtime;
&security; &security;
&options; &options;
&start-ag; &start-ag;
&recovery; &recovery;
&regress; &regress;
&release; &release;
&biblio; &biblio;
<!-- <!--
Don't bother with an index until we get some index entries. Don't bother with an index until we get some index entries.
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<title>Bibliography</title> <title>Bibliography</title>
<para> <para>
Selected references and readings for <acronym>SQL</acronym> and <productname>Postgres</productname>. Selected references and readings for <acronym>SQL</acronym>
and <productname>Postgres</productname>.
</para> </para>
<bibliodiv> <bibliodiv>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment