mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Clean up pages. Add information for operator precedence.
Split introduction sections into separate files to allow the legal notice and notation sections appear in all documents without having the history show up everplace too. Add full list of reserved and non-reserved key words in syntax.sgml. Add a separate chapter to the admin guide on security.
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.5 1998/08/17 16:20:32 thomas Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.6 1998/09/30 05:41:54 thomas Exp $
|
||||
|
||||
Postgres User's Manual.
|
||||
Derived from postgres.sgml.
|
||||
thomas 1998-02-24
|
||||
|
||||
$Log: user.sgml,v $
|
||||
Revision 1.6 1998/09/30 05:41:54 thomas
|
||||
Clean up pages. Add information for operator precedence.
|
||||
Split introduction sections into separate files to allow the legal notice
|
||||
and notation sections appear in all documents without having the history
|
||||
show up everplace too.
|
||||
Add full list of reserved and non-reserved key words in syntax.sgml.
|
||||
Add a separate chapter to the admin guide on security.
|
||||
|
||||
Revision 1.5 1998/08/17 16:20:32 thomas
|
||||
Move SQL reference pages up into the User's Guide.
|
||||
|
||||
@@ -14,6 +23,13 @@ Include new chapters.
|
||||
-->
|
||||
|
||||
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
||||
|
||||
<!entity about SYSTEM "about.sgml">
|
||||
<!entity history SYSTEM "history.sgml">
|
||||
<!entity info SYSTEM "info.sgml">
|
||||
<!entity legal SYSTEM "legal.sgml">
|
||||
<!entity notation SYSTEM "notation.sgml">
|
||||
|
||||
<!entity intro SYSTEM "intro.sgml">
|
||||
<!entity advanced SYSTEM "advanced.sgml">
|
||||
<!entity environ SYSTEM "environ.sgml">
|
||||
@@ -30,12 +46,13 @@ Include new chapters.
|
||||
<!entity psql SYSTEM "psql.sgml">
|
||||
<!entity pgaccess SYSTEM "pgaccess.sgml">
|
||||
<!entity biblio SYSTEM "biblio.sgml">
|
||||
<!entity syntax SYSTEM "syntax.sgml">
|
||||
|
||||
<!-- reference pages -->
|
||||
<!entity % allfiles SYSTEM "allfiles.sgml">
|
||||
%allfiles;
|
||||
]>
|
||||
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
|
||||
|
||||
<Book Id="user">
|
||||
|
||||
<!-- Title information -->
|
||||
@@ -107,6 +124,7 @@ It provides SQL92/SQL3 language support,
|
||||
&intro;
|
||||
&environ;
|
||||
&manage;
|
||||
&syntax;
|
||||
&datatype;
|
||||
&oper;
|
||||
&func;
|
||||
|
||||
Reference in New Issue
Block a user