diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-17 03:38:43 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-17 03:38:43 +0000 |
commit | d383b734f8f47bf45ea2c074edcf2a450cf858e3 (patch) | |
tree | 02138c249d18633990d52cefa3eff261709b06a1 /doc/src | |
parent | 08f245bfd44179428a004417e1385f2c176e4a59 (diff) | |
download | postgresql-d383b734f8f47bf45ea2c074edcf2a450cf858e3.tar.gz postgresql-d383b734f8f47bf45ea2c074edcf2a450cf858e3.zip |
Add missing links.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/allfiles.sgml | 5 | ||||
-rw-r--r-- | doc/src/sgml/reference.sgml | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index 47afe90c901..c81cded1178 100644 --- a/doc/src/sgml/ref/allfiles.sgml +++ b/doc/src/sgml/ref/allfiles.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.45 2002/08/16 20:34:06 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.46 2002/08/17 03:38:43 tgl Exp $ PostgreSQL documentation Complete list of usable sgml source files in this directory. --> @@ -113,7 +113,7 @@ Complete list of usable sgml source files in this directory. <!entity setSessionAuth system "set_session_auth.sgml"> <!entity setTransaction system "set_transaction.sgml"> <!entity show system "show.sgml"> -<!entity startTransaction system "start_transaction.sgml"> +<!entity startTransaction system "start_transaction.sgml"> <!entity truncate system "truncate.sgml"> <!entity unlisten system "unlisten.sgml"> <!entity update system "update.sgml"> @@ -136,6 +136,7 @@ Complete list of usable sgml source files in this directory. <!entity pgCtl system "pg_ctl-ref.sgml"> <!entity pgDump system "pg_dump.sgml"> <!entity pgDumpall system "pg_dumpall.sgml"> +<!entity pgResetxlog system "pg_resetxlog.sgml"> <!entity pgRestore system "pg_restore.sgml"> <!entity pgTclSh system "pgtclsh.sgml"> <!entity pgTkSh system "pgtksh.sgml"> diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index b8605220025..70af1fc6c9f 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -1,5 +1,5 @@ <!-- reference.sgml -$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.34 2002/08/16 20:34:06 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.35 2002/08/17 03:38:43 tgl Exp $ PostgreSQL Reference Manual --> @@ -202,6 +202,7 @@ Disable this chapter until we have more functions documented. &ipcclean; &pgCtl; &pgControldata; + &pgResetxlog; &postgres; &postmaster; |