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
1cfd8786
Commit
1cfd8786
authored
Sep 07, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify documention workding for xip_list().
Simon Riggs
parent
409c144d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+9
-6
No files found.
doc/src/sgml/func.sgml
View file @
1cfd8786
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.44
4 2008/09/06 00:01:21 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.44
5 2008/09/07 01:29:36 momjian
Exp $ -->
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
...
...
@@ -12006,11 +12006,14 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
<row>
<entry><type>
xip_list
</type></entry>
<entry>
Active txids at the time of the snapshot. All of them are between
<literal>
xmin
</>
and
<literal>
xmax
</>
. A txid that is
<literal>
xmin
<
= txid
<
xmax
</literal>
and not in this list was
already completed at the time of the snapshot, and thus either visible
or dead according to its commit status.
Active txids at the time of the snapshot. The list
includes only those active txids between
<literal>
xmin
</>
and
<literal>
xmax
</>
; there might be active txids higher
than xmax. A txid that is
<literal>
xmin
<
= txid
<
xmax
</literal>
and not in this list was already completed
at the time of the snapshot, and thus either visible or
dead according to its commit status. The list does not
include txids of subtransactions.
</entry>
</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