Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5c5184c0
Commit
5c5184c0
authored
Jun 17, 2010
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that receive location can rewind if replication restarts.
Fujii Masao, with some further wordsmithing by me.
parent
147c665d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+8
-5
No files found.
doc/src/sgml/func.sgml
View file @
5c5184c0
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.51
8 2010/06/10 07:00:25 heikki
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.51
9 2010/06/17 01:32:09 rhaas
Exp $ -->
<chapter
id=
"functions"
>
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
<title>
Functions and Operators
</title>
...
@@ -13282,10 +13282,13 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
...
@@ -13282,10 +13282,13 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<entry><type>
text
</type></entry>
<entry><type>
text
</type></entry>
<entry>
Get last transaction log location received and synced to disk by
<entry>
Get last transaction log location received and synced to disk by
streaming replication. While streaming replication is in progress
streaming replication. While streaming replication is in progress
this will increase monotonically. If recovevery has completed
this will increase monotonically. But when streaming replication is
this will remain static at the value of the last WAL record
restarted this will back off to the replication starting position,
received and synced to disk during recovery. If streaming replication
typically the beginning of the WAL file containing the current
is disabled, or it has not yet started, the function returns NULL.
replay location. If recovery has completed this will remain static at
the value of the last WAL record received and synced to disk during
recovery. If streaming replication is disabled, or if it has not yet
started, the function returns NULL.
</entry>
</entry>
</row>
</row>
<row>
<row>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment