diff options
author | Neil Conway <neilc@samurai.com> | 2004-05-22 11:06:55 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-05-22 11:06:55 +0000 |
commit | bfa1171c8420dc08259e41c89387f849952d1c44 (patch) | |
tree | b4004a026e070054d4107df8aff995844d8dbea5 | |
parent | 76e70108e77ea7dca1f0fa40c7ca07930ce27727 (diff) | |
download | postgresql-bfa1171c8420dc08259e41c89387f849952d1c44.tar.gz postgresql-bfa1171c8420dc08259e41c89387f849952d1c44.zip |
Fix a few more minor errors in the 7.4 release notes.
-rw-r--r-- | doc/src/sgml/release.sgml | 10 |
1 files 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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.260 2004/05/22 09:48:15 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.261 2004/05/22 11:06:55 neilc Exp $ --> <appendix id="release"> @@ -1688,8 +1688,8 @@ DROP SCHEMA information_schema CASCADE; <listitem> <para> - New function <function>pg_get_triggerdef(prettyprint)</function> - and <function>pg_constraint_is_visible()</function> + New functions <function>pg_get_triggerdef(prettyprint)</function> + and <function>pg_conversion_is_visible()</function> (Christopher) </para> </listitem> @@ -1706,7 +1706,7 @@ DROP SCHEMA information_schema CASCADE; <listitem> <para> - Make <function>pg_get_constraintdef</function> to support + Make <function>pg_get_constraintdef</function> support unique, primary-key, and check constraints (Christopher) </para> </listitem> @@ -1744,7 +1744,7 @@ DROP SCHEMA information_schema CASCADE; <para> 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. </para> </listitem> |