diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-09-22 03:04:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-09-22 03:04:23 +0000 |
commit | 285b5bdd6f16238545d07bd6c030da3bbabe4279 (patch) | |
tree | b2bc0dd7a8dac131899f9b7d3355049ca5256f36 | |
parent | f7fa844b6c161617046c4ce92ec5d7fe961fc7bc (diff) | |
download | postgresql-285b5bdd6f16238545d07bd6c030da3bbabe4279.tar.gz postgresql-285b5bdd6f16238545d07bd6c030da3bbabe4279.zip |
Update release notes to be current as of CVS today.
-rw-r--r-- | doc/src/sgml/release.sgml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 613677b1f5b..c920a5759fe 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.449 2006/09/22 01:52:27 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.450 2006/09/22 03:04:23 momjian Exp $ --> <!-- Typical markup: @@ -29,7 +29,7 @@ For new features, add links to the documentation sections. <note> <title>Release date</title> <simpara>2005-1?-??</simpara> - <para>CURRENT AS OF 2006-09-18</> + <para>CURRENT AS OF 2006-09-21</> </note> <sect2> @@ -1149,6 +1149,17 @@ For new features, add links to the documentation sections. <listitem> <para> + Provide advisory locking functionality (Abhijit Menon-Sen, Tom) + </para> + + <para> + This is a new locking API compared to what used to be in /contrib. + The /contrib code is now on pgfoundry. + </para> + </listitem> + + <listitem> + <para> Allow <command>COPY</> to dump a <command>SELECT</> query (Zoltan Boszormenyi, Karel Zak) </para> |