Index: doc/src/sgml/backup.sgml =================================================================== RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/backup.sgml,v retrieving revision 2.35 diff -c -r2.35 backup.sgml *** a/doc/src/sgml/backup.sgml 3 Feb 2004 17:34:02 -0000 2.35 --- b/doc/src/sgml/backup.sgml 17 Feb 2004 08:49:05 -0000 *************** *** 86,94 **** When your database schema relies on OIDs (for instance as foreign keys) you must instruct pg_dump to dump the OIDs as well. To do this, use the command line ! option. Large objects are not dumped by default, either. ! See pg_dump's command reference page if you use ! large objects. --- 86,94 ---- When your database schema relies on OIDs (for instance as foreign keys) you must instruct pg_dump to dump the OIDs as well. To do this, use the command line ! option. Large objects are not dumped by default, ! either. See 's reference page if you ! use large objects. *************** *** 260,266 **** pg_dump -Fc dbname > filename ! See the pg_dump and pg_restore reference pages for details. --- 260,267 ---- pg_dump -Fc dbname > filename ! See the and reference pages for details. *************** *** 298,305 **** ! Please familiarize yourself with the ! pg_dump reference page. --- 299,306 ---- ! Please familiarize yourself with the ! reference page. Index: doc/src/sgml/user-manag.sgml =================================================================== RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/user-manag.sgml,v retrieving revision 1.24 diff -c -r1.24 user-manag.sgml *** a/doc/src/sgml/user-manag.sgml 29 Nov 2003 19:51:38 -0000 1.24 --- b/doc/src/sgml/user-manag.sgml 17 Feb 2004 08:55:14 -0000 *************** *** 161,168 **** A user's attributes can be modified after creation with ALTER USER.ALTER USER ! See the reference pages for CREATE USER and ! ALTER USER for details. --- 161,169 ---- A user's attributes can be modified after creation with ALTER USER.ALTER USER ! See the reference pages for the and commands for details. Index: doc/src/sgml/ref/pg_restore.sgml =================================================================== RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/pg_restore.sgml,v retrieving revision 1.45 diff -c -r1.45 pg_restore.sgml *** a/doc/src/sgml/ref/pg_restore.sgml 6 Dec 2003 03:00:10 -0000 1.45 --- b/doc/src/sgml/ref/pg_restore.sgml 17 Feb 2004 08:36:53 -0000 *************** *** 110,116 **** Create the database before restoring into it. (When this option is used, the database named with is ! used only to issue the initial CREATE DATABASE command. All data is restored into the database name that appears in the archive.) --- 110,116 ---- Create the database before restoring into it. (When this option is used, the database named with is ! used only to issue the initial CREATE DATABASE command. All data is restored into the database name that appears in the archive.) *************** *** 454,460 **** internally executes SQL statements. If you have problems running pg_restore, make sure you are able to select information from the database using, for ! example, psql. --- 454,460 ---- internally executes SQL statements. If you have problems running pg_restore, make sure you are able to select information from the database using, for ! example, .