We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent750a0e6 commit88e8169Copy full SHA for 88e8169
doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.171 2002/12/1802:06:23 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.172 2002/12/1819:01:25 tgl Exp $
3
-->
4
5
<appendix id="release">
@@ -24,8 +24,15 @@ CDATA means the content is "SGML-free", so you can write without
24
worries about funny characters.
25
26
<literallayout><![CDATA[
27
+Revised executor state representation; plan trees are read-only to executor now
28
Information schema
29
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
36
]]></literallayout>
37
38
</sect1>