|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.449 2006/09/2201:52:27 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.450 2006/09/2203:04:23 momjian Exp $ --> |
2 | 2 | <!--
|
3 | 3 |
|
4 | 4 | Typical markup:
|
@@ -29,7 +29,7 @@ For new features, add links to the documentation sections.
|
29 | 29 | <note>
|
30 | 30 | <title>Release date</title>
|
31 | 31 | <simpara>2005-1?-??</simpara>
|
32 |
| - <para>CURRENT AS OF 2006-09-18</> |
| 32 | + <para>CURRENT AS OF 2006-09-21</> |
33 | 33 | </note>
|
34 | 34 |
|
35 | 35 | <sect2>
|
@@ -1147,6 +1147,17 @@ For new features, add links to the documentation sections.
|
1147 | 1147 | </para>
|
1148 | 1148 | </listitem>
|
1149 | 1149 |
|
| 1150 | + <listitem> |
| 1151 | + <para> |
| 1152 | + Provide advisory locking functionality (Abhijit Menon-Sen, Tom) |
| 1153 | + </para> |
| 1154 | + |
| 1155 | + <para> |
| 1156 | + This is a new locking API compared to what used to be in /contrib. |
| 1157 | + The /contrib code is now on pgfoundry. |
| 1158 | + </para> |
| 1159 | + </listitem> |
| 1160 | + |
1150 | 1161 | <listitem>
|
1151 | 1162 | <para>
|
1152 | 1163 | Allow <command>COPY</> to dump a <command>SELECT</> query
|
|