Skip to content

Commit 88e8169

Browse files
committed
Add some items to development-branch release notes.
1 parent 750a0e6 commit 88e8169

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.171 2002/12/18 02:06:23 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.172 2002/12/18 19:01:25 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -24,8 +24,15 @@ CDATA means the content is "SGML-free", so you can write without
2424
worries about funny characters.
2525
-->
2626
<literallayout><![CDATA[
27+
Revised executor state representation; plan trees are read-only to executor now
2728
Information schema
2829
Domains now support CHECK constraints
30+
psql backslash commands for listing conversions, casts, and schemas
31+
TRUNCATE TABLE is transaction-safe
32+
Statement-level triggers
33+
System can use either hash- or sort-based strategy for grouped aggregation
34+
ON COMMIT options for temp tables
35+
extra_float_digits option allows pg_dump to dump float data accurately
2936
]]></literallayout>
3037

3138
</sect1>

0 commit comments

Comments
 (0)