mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during
recovery. We might want to relax this in the future, but ThisTimeLineID isn't currently correct in backends during recovery, so the filename returned was wrong.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.512 2010/04/03 07:53:02 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.513 2010/04/07 06:12:52 heikki Exp $ -->
|
||||
|
||||
<chapter id="functions">
|
||||
<title>Functions and Operators</title>
|
||||
@ -13064,8 +13064,8 @@ SELECT set_config('log_statement_stats', 'off', false);
|
||||
<para>
|
||||
The functions shown in <xref
|
||||
linkend="functions-admin-backup-table"> assist in making on-line backups.
|
||||
Use of the first three functions is restricted to superusers. The first
|
||||
five functions cannot be executed during recovery.
|
||||
These functions cannot be executed during recovery.
|
||||
Use of the first three functions is restricted to superusers.
|
||||
</para>
|
||||
|
||||
<table id="functions-admin-backup-table">
|
||||
|
Reference in New Issue
Block a user