Add mention of hot backups to the release notes.
authorThomas G. Lockhart
Wed, 9 Jun 1999 13:44:59 +0000 (13:44 +0000)
committerThomas G. Lockhart
Wed, 9 Jun 1999 13:44:59 +0000 (13:44 +0000)
Add id tags to chapter and section headings to ensure good labels
 on output html files.

doc/src/sgml/install.sgml
doc/src/sgml/legal.sgml
doc/src/sgml/notation.sgml
doc/src/sgml/release.sgml
doc/src/sgml/syntax.sgml

index c1023a5bec725032aa9fc449312fcf17ff812cfc..33ae9547c4953a42acf024058f9412ebba4818ba 100644 (file)
@@ -719,14 +719,16 @@ pg_id: can't load library 'libpq.so'
      
       
        Several regression tests could fail if the user's locale collation
-       scheme is different from that of standard C locale.
+       scheme is different from that of the standard C locale.
       
       
        If you configure and compile Postgres
-       with the  option then
-       set locale environment to C (or unset all LC_* variables)
+       with  then you should
+       set the locale environment to C
+   (or unset all LC_* variables)
        by putting these additional lines to your login environment
-       before starting postmaster:
+       before starting postmaster:
+
        
    LC_COLLATE=C
    LC_CTYPE=C
index 8078fa3433c8c36af62a8e48d92c2e3ea7ce5806..cc6e7807c5784fc1d6216376f25631ffb2bc6f0a 100644 (file)
@@ -1,4 +1,4 @@
-
+ id="copyright">
  Copyrights and Trademarks
 
  
index 712ebd1832df85207b97f5304fab18804c0e7fdd..b33034a1fcba3cd08cace4f3806fe0b96a064371 100644 (file)
@@ -1,4 +1,4 @@
-
+ id="terminology">
  Terminology
 
  
@@ -65,7 +65,7 @@
  
 
 
-
+ id="notation">
  Notation
 
  
index 2e7732a08999b5764a1377fdb8cee6097ca8d473..1d3f2c661ea187c0724b839e6d27acdcb40e5862 100644 (file)
@@ -1,4 +1,4 @@
 id="release">
   Release Notes
 
   
    longer are restricted by simple table-level locking;
    we have something better than row-level locking.
        
+      
+     
+
+     
+      
+       Hot backups from pg_dump
+      
+      
        
-   Another big benefit of MVCC is that pg_dump
-   can now generate consistent backups of live, active databases, without
-   blocking active transactions.
+   pg_dump takes advantage of the new
+   MVCC features to give a consistant database dump/backup while
+   the database stays online and available for queries.
        
       
      
@@ -84,7 +92,7 @@
        
    We now have CASE, INTERSECT, and EXCEPT statement
    support.  We have new LIMIT/OFFSET, SET TRANSACTION ISOLATION LEVEL,
-   SELECT ... FOR UPDATE, and an improved LOCK command.
+   SELECT ... FOR UPDATE, and an improved LOCK TABLE command.
        
       
      
       SELECT it doesn't mean that this row really exists
       at the time it is returned (i.e. sometime after the statement or
       transaction began) nor that the row is protected from deletion or
-      updation by concurrent transactions before the current transaction does
+      update by concurrent transactions before the current transaction does
       a commit or rollback.
      
 
index 72043575f3801f878ece6ceb635c9146eb6c4048..e9c3467638a77d8338394c88c29eaced608eb2bf 100644 (file)
@@ -1,4 +1,4 @@
 id="syntax">
   SQL Syntax