|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.531 2007/10/20 23:41:23 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.532 2007/10/25 02:50:26 momjian Exp $ --> |
2 | 2 | <!-- |
3 | 3 |
|
4 | 4 | Typical markup: |
@@ -41,7 +41,7 @@ do it for earlier branch release files. |
41 | 41 | <note> |
42 | 42 | <title>Release date</title> |
43 | 43 | <simpara>2007-12-??</simpara> |
44 | | - <para>CURRENT AS OF 2007-10-03</> |
| 44 | + <para>CURRENT AS OF 2007-10-24</> |
45 | 45 | </note> |
46 | 46 |
|
47 | 47 | <sect2> |
@@ -1514,6 +1514,17 @@ do it for earlier branch release files. |
1514 | 1514 | </para> |
1515 | 1515 | </listitem> |
1516 | 1516 |
|
| 1517 | + <listitem> |
| 1518 | + <para> |
| 1519 | + Add several <function>txid_*()</function> functions to query the |
| 1520 | + transaction ids used by the current session (Jan) |
| 1521 | + </para> |
| 1522 | + |
| 1523 | + <para> |
| 1524 | + This is useful for various replication solutions. |
| 1525 | + </para> |
| 1526 | + </listitem> |
| 1527 | + |
1517 | 1528 | </itemizedlist> |
1518 | 1529 |
|
1519 | 1530 | </sect3> |
|