From 9c8d5f0be1ebc8d854681e2035b62237f0a68d4a Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Tue, 17 Feb 2004 09:07:16 +0000 Subject: [PATCH] Add a few more tags to the SGML docs, where appropriate. Original patch from Michael Glaesemann, additional changes by Neil Conway. --- doc/src/sgml/backup.sgml | 15 ++++++++------- doc/src/sgml/ref/pg_restore.sgml | 6 +++--- doc/src/sgml/user-manag.sgml | 7 ++++--- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index c235cf9e4f..4a35a3f8a6 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,5 +1,5 @@ Backup and Restore @@ -86,9 +86,9 @@ pg_dump dbname > 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. + option. Large objects are not dumped by default, + either. See 's reference page if you + use large objects. @@ -260,7 +260,8 @@ cat filename* | psql dbname > filename - See the pg_dump and pg_restore reference pages for details. + See the and reference pages for details. @@ -298,8 +299,8 @@ pg_dump -Fc dbname > - Please familiarize yourself with the - pg_dump reference page. + Please familiarize yourself with the + reference page. diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 20486ccca1..8f4c1cd9b9 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -110,7 +110,7 @@ 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 + used only to issue the initial CREATE DATABASE command. All data is restored into the database name that appears in the archive.) @@ -454,7 +454,7 @@ 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. + example, . diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 3a71bbe624..0fda608285 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -1,5 +1,5 @@ @@ -161,8 +161,9 @@ dropuser name 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. + See the reference pages for the and commands for details. -- 2.40.0