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.