Add note about saving large objects during upgrade.
authorPeter Eisentraut
Mon, 19 Mar 2001 16:19:26 +0000 (16:19 +0000)
committerPeter Eisentraut
Mon, 19 Mar 2001 16:19:26 +0000 (16:19 +0000)
doc/src/sgml/backup.sgml
doc/src/sgml/installation.sgml

index 89ad624674b79a713e5d4903dc44e2ac92479ab6..160cb0bba1b40f72559b6e97c3f2c8b9e54dfe9e 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  Backup and Restore
 
@@ -87,7 +87,7 @@ pg_dump dbname > 
    
   
 
-  
+   id="backup-dump-restore">
    Restoring the dump
 
    
@@ -144,7 +144,7 @@ pg_dump -h host1 dbname | psql -h h
 
   
 
-  
+   id="backup-dump-all">
    Using <command>pg_dumpall</>
 
    
@@ -179,7 +179,7 @@ pg_dumpall > outfile
    
   
 
-  
+   id="backup-dump-large">
    Large Databases
 
    
@@ -271,7 +271,7 @@ pg_dump -Fc dbname > 
 
   
 
-  
+   id="backup-dump-caveats">
    Caveats
 
    
index 0a048344dc8a49df3c8c1ea7dbaab0c27201fbad..cbded9dff88d31a4187eeccaf902029bc37cbbba 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions
@@ -180,14 +180,18 @@ su - postgres
 pg_dumpall > outputfile
 
      If you need to preserve the OIDs (such as when using them as
-     foreign keys), then use the -o option when running
-     pg_dumpall.
+     foreign keys), then use the  option when running
+     pg_dumpall.  pg_dumpall does not
+     save large objects.  Check
+     Administrator's Guide]]>
+     ]]>
+     if you need to do this.
     
 
     
-     Make sure that you use the <application>pg_dumpall command
+     Make sure that you use the <command>pg_dumpall command
      from the version you are currently running. &version;'s
-     <application>pg_dumpall should not be used on older databases.
+     <command>pg_dumpall should not be used on older databases.