Add a few more tags to the SGML docs, where appropriate. Original
authorNeil Conway
Tue, 17 Feb 2004 09:07:16 +0000 (09:07 +0000)
committerNeil Conway
Tue, 17 Feb 2004 09:07:16 +0000 (09:07 +0000)
patch from Michael Glaesemann, additional changes by Neil Conway.

doc/src/sgml/backup.sgml
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/user-manag.sgml

index c235cf9e4f5a05b67d2be7794c4fec983f2a3401..4a35a3f8a6468409c1411ae12f27a879510c4165 100644 (file)
@@ -1,5 +1,5 @@
 
 
  Backup and Restore
@@ -86,9 +86,9 @@ pg_dump dbname > 
     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.
+    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 
 pg_dump -Fc dbname > filename
 
 
-     See the pg_dump and pg_restore reference pages for details.
+     See the  and 
+     linkend="app-pgrestore"> 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.
    
   
  
index 20486ccca19a7a5b2310fde7c9a2a4a3efaf0d6f..8f4c1cd9b9245aeb2d28afbf761a94c2fcde9b15 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
        
         Create the database before restoring into it.  (When this
         option is used, the database named with  is
-        used only to issue the initial <literal>CREATE DATABASE
+        used only to issue the initial <command>CREATE DATABASE
         command.  All data is restored into the database name that
         appears in the archive.)
        
    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, <application>psql>.
+   example, <xref linkend="app-psql">.
   
  
 
index 3a71bbe624ac1d47d9a11e8eb6fb680e45d7e0a5..0fda608285b7e767d7bd32cf8ab94349fd0f06b2 100644 (file)
@@ -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 
+    endterm="sql-createuser-title"> and 
+    endterm="sql-alteruser-title"> commands for details.