From bfa1171c8420dc08259e41c89387f849952d1c44 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sat, 22 May 2004 11:06:55 +0000 Subject: [PATCH] Fix a few more minor errors in the 7.4 release notes. --- doc/src/sgml/release.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index e315a481d80..7b50eab4a3e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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.