Fix a few more minor errors in the 7.4 release notes.
authorNeil Conway
Sat, 22 May 2004 11:06:55 +0000 (11:06 +0000)
committerNeil Conway
Sat, 22 May 2004 11:06:55 +0000 (11:06 +0000)
doc/src/sgml/release.sgml

index e315a481d80b561db3a325cd9f48840287296234..7b50eab4a3e77600eff342c8725fe58f583dd38b 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1688,8 +1688,8 @@ DROP SCHEMA information_schema CASCADE;
 
     
      
-      New function pg_get_triggerdef(prettyprint)
-      and pg_constraint_is_visible()
+      New functions pg_get_triggerdef(prettyprint)
+      and pg_conversion_is_visible() (Christopher)
      
     
 
@@ -1706,7 +1706,7 @@ DROP SCHEMA information_schema CASCADE;
 
     
      
-      Make pg_get_constraintdef to support
+      Make pg_get_constraintdef support
       unique, primary-key, and check constraints (Christopher)
      
     
@@ -1744,7 +1744,7 @@ DROP SCHEMA information_schema CASCADE;
      
       The Python language no longer supports a restricted execution
       environment, so the trusted version of PL/Python was removed. If
-      this situation changes, a version of PL/python that can be used
+      this situation changes, a version of PL/Python that can be used
       by non-superusers will be readded.