Make the documentation of GUC variables a separate chapter, rather than

a section of the "Server Run-time Environment" chapter. Also, move the
SGML for the new chapter to a separate file and fix the resulting
fallout.
REL8_1_STABLE
Neil Conway 20 years ago
parent 37a3ed6e40
commit 9813fc1bae
  1. 4238
      doc/src/sgml/config.sgml
  2. 3
      doc/src/sgml/filelist.sgml
  3. 3
      doc/src/sgml/postgres.sgml
  4. 4220
      doc/src/sgml/runtime.sgml

File diff suppressed because it is too large Load Diff

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.43 2005/02/27 00:49:28 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.44 2005/09/12 22:11:38 neilc Exp $ -->
<!entity history SYSTEM "history.sgml"> <!entity history SYSTEM "history.sgml">
<!entity info SYSTEM "info.sgml"> <!entity info SYSTEM "info.sgml">
@ -41,6 +41,7 @@
<!entity monitoring SYSTEM "monitoring.sgml"> <!entity monitoring SYSTEM "monitoring.sgml">
<!entity regress SYSTEM "regress.sgml"> <!entity regress SYSTEM "regress.sgml">
<!entity runtime SYSTEM "runtime.sgml"> <!entity runtime SYSTEM "runtime.sgml">
<!entity config SYSTEM "config.sgml">
<!entity user-manag SYSTEM "user-manag.sgml"> <!entity user-manag SYSTEM "user-manag.sgml">
<!entity wal SYSTEM "wal.sgml"> <!entity wal SYSTEM "wal.sgml">

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.75 2005/02/27 00:49:28 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.76 2005/09/12 22:11:38 neilc Exp $
--> -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
@ -146,6 +146,7 @@ $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.75 2005/02/27 00:49:28 momjian
&installation; &installation;
&installw; &installw;
&runtime; &runtime;
&config;
&user-manag; &user-manag;
&manage-ag; &manage-ag;
&client-auth; &client-auth;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save