1- <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.517 2010/06/05 14:56:36 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.518 2010/06/10 07:00:25 heikki Exp $ -->
22
33 <chapter id="functions">
44 <title>Functions and Operators</title>
@@ -13280,13 +13280,12 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1328013280 <literal><function>pg_last_xlog_receive_location</function>()</literal>
1328113281 </entry>
1328213282 <entry><type>text</type></entry>
13283- <entry>Get last transaction log location received and synced to disk during
13284- streaming recovery. If streaming recovery is still in progress
13285- this will increase monotonically. If streaming recovery has completed
13286- then this value will remain static at the value of the last WAL record
13287- received and synced to disk during that recovery. When the server has
13288- been started without a streaming recovery then the return value will be
13289- InvalidXLogRecPtr (0/0).
13283+ <entry>Get last transaction log location received and synced to disk by
13284+ streaming replication. While streaming replication is in progress
13285+ this will increase monotonically. If recovevery has completed
13286+ this will remain static at the value of the last WAL record
13287+ received and synced to disk during recovery. If streaming replication
13288+ is disabled, or it has not yet started, the function returns NULL.
1329013289 </entry>
1329113290 </row>
1329213291 <row>
@@ -13298,8 +13297,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1329813297 If recovery is still in progress this will increase monotonically.
1329913298 If recovery has completed then this value will remain static at
1330013299 the value of the last WAL record applied during that recovery.
13301- When the server has been started normally without a recovery
13302- then the return value will be InvalidXLogRecPtr (0/0) .
13300+ When the server has been started normally without recovery
13301+ the function returns NULL .
1330313302 </entry>
1330413303 </row>
1330513304 </tbody>
0 commit comments