diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-07-16 22:12:20 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-07-16 22:12:20 +0000 |
commit | 5af19e4227c4b1a1879956eb891af61469d3f8ba (patch) | |
tree | 3cc5204c0800d43e0b24864908778771a2562eda /doc/src | |
parent | cdebcad6af70ec13bd89f11cf7f3d8b7d5278f50 (diff) | |
download | postgresql-5af19e4227c4b1a1879956eb891af61469d3f8ba.tar.gz postgresql-5af19e4227c4b1a1879956eb891af61469d3f8ba.zip |
Add more dependency insertions --- this completes the basic pg_depend
functionality. Of note: dropping a table that has a SERIAL column
defined now drops the associated sequence automatically.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7fd8c92e371..f215c84b93e 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.140 2002/07/12 18:43:12 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.141 2002/07/16 22:12:18 tgl Exp $ --> <appendix id="release"> @@ -24,6 +24,7 @@ CDATA means the content is "SGML-free", so you can write without worries about funny characters. --> <literallayout><![CDATA[ +Sequences created by SERIAL column definitions now auto-drop with the column Most forms of DROP now support RESTRICT and CASCADE options Recursive SQL functions can be defined User-defined procedural languages can register a validator function to check new functions as they are created |