File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -24,8 +24,15 @@ CDATA means the content is "SGML-free", so you can write without
24
24
worries about funny characters.
25
25
-->
26
26
<literallayout><![CDATA[
27
+ Revised executor state representation; plan trees are read-only to executor now
27
28
Information schema
28
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
29
36
]]></literallayout>
30
37
31
38
</sect1>
You can’t perform that action at this time.
0 commit comments