We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c280595 commit 3f728f3Copy full SHA for 3f728f3
doc/src/sgml/func.sgml
@@ -17200,8 +17200,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
17200
<para>
17201
In <productname>&productname;</productname>, transaction IDs
17202
are implemented as 64-bit counters to prevent transaction ID wraparound.
17203
- The following functions
17204
- export a 64-bit format that is extended with an <quote>epoch</> counter
+ The following functions export a 64-bit format,
17205
so it will not wrap around during the life of an installation.
17206
The data type used by these functions, <type>txid_snapshot</type>,
17207
stores information about transaction ID
0 commit comments