|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.10 1999/01/1916:06:25 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.11 1999/05/04 02:16:57 thomas Exp $ |
3 | 3 |
|
4 | 4 | Postgres Administrator's Guide.
|
5 | 5 | Derived from postgres.sgml.
|
6 | 6 | - thomas 1998-10-27
|
7 | 7 |
|
8 | 8 | $Log: admin.sgml,v $
|
| 9 | +Revision 1.11 1999/05/04 02:16:57 thomas |
| 10 | +Include chapter on security. |
| 11 | + |
9 | 12 | Revision 1.10 1999/01/19 16:06:25 thomas
|
10 | 13 | Merge current.sgml into release.sgml so all release notes are in the same
|
11 | 14 | file. Per Bruce's preference. Go to it Bruce!
|
@@ -46,6 +49,7 @@ Bigger updates to the installation instructions (install and config).
|
46 | 49 | <!entity regress SYSTEM "regress.sgml">
|
47 | 50 | <!entity release SYSTEM "release.sgml">
|
48 | 51 | <!entity runtime SYSTEM "runtime.sgml">
|
| 52 | +<!entity security SYSTEM "security.sgml"> |
49 | 53 | <!entity start-ag SYSTEM "start-ag.sgml">
|
50 | 54 |
|
51 | 55 | <!entity biblio SYSTEM "biblio.sgml">
|
@@ -127,6 +131,7 @@ It provides SQL92/SQL3 language support,
|
127 | 131 | &install;
|
128 | 132 | &installw;
|
129 | 133 | &runtime;
|
| 134 | +&security; |
130 | 135 | &options;
|
131 | 136 | &start-ag;
|
132 | 137 | &recovery;
|
|