From 3c0157deb84bbca80dc2e7f859fb4a9264fa1712 Mon Sep 17 00:00:00 2001 From: Philip Warner <pjw@rhyme.com.au> Date: Mon, 16 Oct 2000 03:34:47 +0000 Subject: [PATCH] Added pg_restore to allfiles.sgml --- doc/src/sgml/ref/allfiles.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index 8c73a03631c..bdd78d1f28f 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.23 2000/10/10 22:01:51 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.24 2000/10/16 03:34:47 pjw Exp $ Postgres documentation Complete list of usable sgml source files in this directory. --> @@ -125,6 +125,7 @@ Complete list of usable sgml source files in this directory. <!entity pgDump system "pg_dump.sgml"> <!entity pgDumpall system "pg_dumpall.sgml"> <!entity pgPasswd system "pg_passwd.sgml"> +<!entity pgRestore system "pg_restore.sgml"> <!entity pgTclSh system "pgtclsh.sgml"> <!entity pgTkSh system "pgtksh.sgml"> <!entity pgUpgrade system "pg_upgrade.sgml"> -- GitLab