Skip to content

Commit b187c1c

Browse files
committed
Merge branch 'PGPROEE9_6' into PGPROEE9_6_aqo
2 parents 1e765ff + 3f728f3 commit b187c1c

File tree

5 files changed

+1707
-3
lines changed

5 files changed

+1707
-3
lines changed

doc/src/sgml/contrib.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
134134
&online-analyze;
135135
&pageinspect;
136136
&passwordcheck;
137+
&pgaudit;
137138
&pgbuffercache;
138139
&pgcrypto;
139140
&pgfreespacemap;

doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
<!ENTITY pageinspect SYSTEM "pageinspect.sgml">
145145
<!ENTITY passwordcheck SYSTEM "passwordcheck.sgml">
146146
<!ENTITY pgprobackup SYSTEM "pgprobackup.sgml">
147+
<!ENTITY pgaudit SYSTEM "pgaudit.sgml">
147148
<!ENTITY pgbuffercache SYSTEM "pgbuffercache.sgml">
148149
<!ENTITY pgcrypto SYSTEM "pgcrypto.sgml">
149150
<!ENTITY pgfreespacemap SYSTEM "pgfreespacemap.sgml">

doc/src/sgml/func.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17200,8 +17200,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
1720017200
<para>
1720117201
In <productname>&productname;</productname>, transaction IDs
1720217202
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
17203+
The following functions export a 64-bit format,
1720517204
so it will not wrap around during the life of an installation.
1720617205
The data type used by these functions, <type>txid_snapshot</type>,
1720717206
stores information about transaction ID

0 commit comments

Comments
 (0)