11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.20 1999/04/06 15:41:13 thomas Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.21 1999/05/04 02:19:20 thomas Exp $
33
44Postgres integrated documentation.
55Other subset docs should be copied and shrunk from here.
66thomas 1998-02-23
77
88$Log: postgres.sgml,v $
9+ Revision 1.21 1999/05/04 02:19:20 thomas
10+ Include chapters on security and an intro to SQL.
11+
912Revision 1.20 1999/04/06 15:41:13 thomas
1013Fix markup to include all closing tags.
1114Required by newest versions of DocBook and style sheets.
@@ -87,6 +90,7 @@ Move SQL reference pages up into the User's Guide.
8790<!entity oper SYSTEM "oper.sgml">
8891<!entity pgaccess SYSTEM "pgaccess.sgml">
8992<!entity psql SYSTEM "psql.sgml">
93+ <!entity sql SYSTEM "sql.sgml">
9094<!entity query-ug SYSTEM "query-ug.sgml">
9195<!entity storage SYSTEM "storage.sgml">
9296<!entity syntax SYSTEM "syntax.sgml">
@@ -107,6 +111,7 @@ Move SQL reference pages up into the User's Guide.
107111<!entity recovery SYSTEM "recovery.sgml">
108112<!entity regress SYSTEM "regress.sgml">
109113<!entity release SYSTEM "release.sgml">
114+ <!entity security SYSTEM "security.sgml">
110115<!entity start-ag SYSTEM "start-ag.sgml">
111116
112117<!-- programmer's guide -->
@@ -236,8 +241,10 @@ Your name here...
236241 Information for users.
237242 </Para>
238243 </PartIntro>
244+
245+ &sql;
239246 &environ;
240- &manage;
247+ &manage;
241248 &syntax;
242249 &datatype;
243250 &oper;
@@ -264,10 +271,11 @@ Your name here...
264271 &ports;
265272 &config;
266273 &install;
267- &installw;
274+ &installw;
268275 &runtime;
276+ &security;
269277 &options;
270- &start-ag;
278+ &start-ag;
271279 &recovery;
272280 ®ress;
273281 &release;