Commit 88e81696 authored by Tom Lane's avatar Tom Lane

Add some items to development-branch release notes.

parent 750a0e67
<!-- <!--
$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"> <appendix id="release">
...@@ -24,8 +24,15 @@ CDATA means the content is "SGML-free", so you can write without ...@@ -24,8 +24,15 @@ CDATA means the content is "SGML-free", so you can write without
worries about funny characters. worries about funny characters.
--> -->
<literallayout><![CDATA[ <literallayout><![CDATA[
Revised executor state representation; plan trees are read-only to executor now
Information schema Information schema
Domains now support CHECK constraints 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> ]]></literallayout>
</sect1> </sect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment