Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14bfea3

Browse files
committed
Change explanation of pg_switch_xlog()'s return value to match code.
1 parent41d17e0 commit14bfea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.469 2009/01/08 14:46:50 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.470 2009/01/15 18:19:58 heikki Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -12849,10 +12849,10 @@ postgres=# select pg_start_backup('label_goes_here');
1284912849
<para>
1285012850
<function>pg_switch_xlog</> moves to the next transaction log file, allowing the
1285112851
current file to be archived (assuming you are using continuous archiving).
12852-
The result is the ending transaction log location within the just-completed transaction log file.
12852+
The result is the ending transaction log location+ 1within the just-completed transaction log file.
1285312853
If there has been no transaction log activity since the last transaction log switch,
12854-
<function>pg_switch_xlog</> does nothing and returns theend location
12855-
of theprevioustransaction log file.
12854+
<function>pg_switch_xlog</> does nothing and returns thestart location
12855+
of the transaction log file currently in use.
1285612856
</para>
1285712857

1285812858
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp