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
64ee1a8a
Commit
64ee1a8a
authored
Apr 07, 2007
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few typos in the docs.
parent
8e0f8630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+5
-4
No files found.
doc/src/sgml/func.sgml
View file @
64ee1a8a
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.37
6 2007/04/07 03:34:36 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.37
7 2007/04/07 03:58:08 neilc
Exp $ -->
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
...
...
@@ -11359,9 +11359,10 @@ postgres=# select pg_start_backup('label_goes_here');
<para>
<function>
pg_current_xlog_location
</>
displays the current transaction log write
location in the same format used by the above functions. Similarly
location in the same format used by the above functions. Similarly
,
<function>
pg_current_xlog_insert_location
</>
displays the current transaction log
insertion point. The insertion point is the
<quote>
logical
</>
end of transaction log
insertion point. The insertion point is the
<quote>
logical
</>
end
of the transaction log
at any instant, while the write location is the end of what has actually
been written out from the server's internal buffers. The write location
is the end of what can be examined from outside the server, and is usually
...
...
@@ -11383,7 +11384,7 @@ postgres=# select * from pg_xlogfile_name_offset(pg_stop_backup());
(1 row)
</programlisting>
Similarly,
<function>
pg_xlogfile_name
</>
extracts just the transaction log file name.
When the given trans
ction log location is exactly at an
transaction log file boundary, both
When the given trans
action log location is exactly at a
transaction log file boundary, both
these functions return the name of the preceding transaction log file.
This is usually the desired behavior for managing transaction log archiving
behavior, since the preceding file is the last one that currently
...
...
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