Suggest markup items for the future.
authorBruce Momjian
Wed, 24 Aug 2005 19:31:46 +0000 (19:31 +0000)
committerBruce Momjian
Wed, 24 Aug 2005 19:31:46 +0000 (19:31 +0000)
doc/src/sgml/release.sgml

index 6d7d2b840ff394f4543bd45a0bfaec7ba6890c29..e29e3deeb7b758e55de4cdb2515719b9d9807de9 100644 (file)
@@ -1,5 +1,15 @@
 
 
 
@@ -88,7 +98,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
         prepared transaction can be committed after it is restarted. New
         syntax includes PREPARE TRANSACTION and
         COMMIT/ROLLBACK PREPARED. A new system view
-        pg_prepared_xacts has also been added.
+        pg_prepared_xacts has also been added.
        
       
      
@@ -138,8 +148,9 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
         So, once a user logs into a role, she inherits capabilities of
         the login role plus any inherited roles, and can use
         SET ROLE to switch to other member roles. This
-        change also replaces pg_shadow and pg_group by with new
-        role-capable catalogs pg_authid and pg_auth_members. The old
+        change also replaces pg_shadow and 
+        pg_group by with new role-capable catalogs 
+        pg_authid and pg_auth_members. The old
         tables are redefined as views on the new role tables.
        
       
@@ -1283,7 +1294,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
 
       
        
-        Move language handlers into the pg_catalog schema
+        Move language handlers into the pg_catalog schema
        
        
         This makes it easier to drop the public schema if desired.
@@ -1556,8 +1567,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
   
       
        
-        Add 
-        (Richard van den Bergg)
+        Add 
+        pg_restore (Richard van den Bergg)
        
        
         This allows only objects from a specified schema to be restored.
@@ -1566,14 +1577,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
 
       
        
-        Allow pg_dump to dump a consistent snapshot of large objects
+        Allow pg_dump to dump a consistent snapshot of 
+        large objects
         (Tom)
        
       
 
       
        
-        Allow pg_dump to dump large objects even in text mode (Tom)
+        Allow pg_dump to dump large objects even in 
+        text mode (Tom)
        
       
 
@@ -1585,7 +1598,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
 
       
        
-        Add 
+        Add 
+        (Magnus Hagander)
        
        
         This allows a database to be dumped in an encoding that is
@@ -1668,7 +1682,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
 
       
        
-        Allow pg_config to be compiled using MSVC (Andrew Dunstan)
+        Allow pg_config to be compiled using MSVC (Andrew
+        Dunstan)
        
        
         This is required to build DBD::Pg using MSVC.