diff options
author | Tom Lane | 2002-12-18 19:01:25 +0000 |
---|---|---|
committer | Tom Lane | 2002-12-18 19:01:25 +0000 |
commit | 88e816964b048813c61413af8d69289957af4766 (patch) | |
tree | 4842abba91ded8dffa7cd7d4a1ec23d5954b6459 | |
parent | 750a0e676e1f8f71bf1c6aba05d3264a7c57218b (diff) |
Add some items to development-branch release notes.
-rw-r--r-- | doc/src/sgml/release.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 6a0e93782e1..14e0d772902 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.171 2002/12/18 02:06:23 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.172 2002/12/18 19:01:25 tgl Exp $ --> <appendix id="release"> @@ -24,8 +24,15 @@ CDATA means the content is "SGML-free", so you can write without worries about funny characters. --> <literallayout><![CDATA[ +Revised executor state representation; plan trees are read-only to executor now Information schema Domains now support CHECK constraints +psql backslash commands for listing conversions, casts, and schemas +TRUNCATE TABLE is transaction-safe +Statement-level triggers +System can use either hash- or sort-based strategy for grouped aggregation +ON COMMIT options for temp tables +extra_float_digits option allows pg_dump to dump float data accurately ]]></literallayout> </sect1> |