@@ -3312,6 +3312,13 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3312
3312
</thead>
3313
3313
3314
3314
<tbody>
3315
+ <row>
3316
+ <entry><structfield>oid</structfield></entry>
3317
+ <entry><type>oid</type></entry>
3318
+ <entry></entry>
3319
+ <entry>Row identifier</entry>
3320
+ </row>
3321
+
3315
3322
<row>
3316
3323
<entry><structfield>evtname</structfield></entry>
3317
3324
<entry><type>name</type></entry>
@@ -4879,7 +4886,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4879
4886
<row>
4880
4887
<entry><structfield>partcollation</structfield></entry>
4881
4888
<entry><type>oidvector</type></entry>
4882
- <entry><literal><link linkend="catalog-pg-opclass "><structname>pg_opclass </structname></link>.oid</literal></entry>
4889
+ <entry><literal><link linkend="catalog-pg-collation "><structname>pg_collation </structname></link>.oid</literal></entry>
4883
4890
<entry>
4884
4891
For each column in the partition key, this contains the OID of the
4885
4892
collation to use for partitioning, or zero if the column is not
@@ -4938,6 +4945,13 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4938
4945
</thead>
4939
4946
4940
4947
<tbody>
4948
+ <row>
4949
+ <entry><structfield>oid</structfield></entry>
4950
+ <entry><type>oid</type></entry>
4951
+ <entry></entry>
4952
+ <entry>Row identifier</entry>
4953
+ </row>
4954
+
4941
4955
<row>
4942
4956
<entry><structfield>polname</structfield></entry>
4943
4957
<entry><type>name</type></entry>
@@ -5480,6 +5494,13 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
5480
5494
</thead>
5481
5495
5482
5496
<tbody>
5497
+ <row>
5498
+ <entry><structfield>oid</structfield></entry>
5499
+ <entry><type>oid</type></entry>
5500
+ <entry></entry>
5501
+ <entry>Row identifier</entry>
5502
+ </row>
5503
+
5483
5504
<row>
5484
5505
<entry><structfield>prpubid</structfield></entry>
5485
5506
<entry><type>oid</type></entry>
@@ -6432,6 +6453,13 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
6432
6453
6433
6454
<tbody>
6434
6455
6456
+ <row>
6457
+ <entry><structfield>oid</structfield></entry>
6458
+ <entry><type>oid</type></entry>
6459
+ <entry></entry>
6460
+ <entry>Row identifier</entry>
6461
+ </row>
6462
+
6435
6463
<row>
6436
6464
<entry><structfield>stxrelid</structfield></entry>
6437
6465
<entry><type>oid</type></entry>
@@ -6677,16 +6705,6 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
6677
6705
<entry>If true, the subscription is enabled and should be replicating.</entry>
6678
6706
</row>
6679
6707
6680
- <row>
6681
- <entry><structfield>subsynccommit</structfield></entry>
6682
- <entry><type>text</type></entry>
6683
- <entry></entry>
6684
- <entry>
6685
- Contains the value of the <varname>synchronous_commit</varname>
6686
- setting for the subscription workers.
6687
- </entry>
6688
- </row>
6689
-
6690
6708
<row>
6691
6709
<entry><structfield>subconninfo</structfield></entry>
6692
6710
<entry><type>text</type></entry>
@@ -6702,6 +6720,16 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
6702
6720
for local replication origin name.</entry>
6703
6721
</row>
6704
6722
6723
+ <row>
6724
+ <entry><structfield>subsynccommit</structfield></entry>
6725
+ <entry><type>text</type></entry>
6726
+ <entry></entry>
6727
+ <entry>
6728
+ Contains the value of the <varname>synchronous_commit</varname>
6729
+ setting for the subscription workers.
6730
+ </entry>
6731
+ </row>
6732
+
6705
6733
<row>
6706
6734
<entry><structfield>subpublications</structfield></entry>
6707
6735
<entry><type>text[]</type></entry>
@@ -6894,6 +6922,13 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
6894
6922
</thead>
6895
6923
6896
6924
<tbody>
6925
+ <row>
6926
+ <entry><structfield>oid</structfield></entry>
6927
+ <entry><type>oid</type></entry>
6928
+ <entry></entry>
6929
+ <entry>Row identifier</entry>
6930
+ </row>
6931
+
6897
6932
<row>
6898
6933
<entry><structfield>trftype</structfield></entry>
6899
6934
<entry><type>oid</type></entry>
@@ -9447,7 +9482,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
9447
9482
<entry>Name of policy</entry>
9448
9483
</row>
9449
9484
<row>
9450
- <entry><structfield>polpermissive </structfield></entry>
9485
+ <entry><structfield>permissive </structfield></entry>
9451
9486
<entry><type>text</type></entry>
9452
9487
<entry></entry>
9453
9488
<entry>Is the policy permissive or restrictive?</entry>
@@ -9844,7 +9879,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
9844
9879
9845
9880
<row>
9846
9881
<entry><structfield>database</structfield></entry>
9847
- <entry><type>text </type></entry>
9882
+ <entry><type>name </type></entry>
9848
9883
<entry><literal><link linkend="catalog-pg-database"><structname>pg_database</structname></link>.datname</literal></entry>
9849
9884
<entry>The name of the database this slot is associated with, or
9850
9885
null. Only logical slots have an associated database.</entry>
@@ -10297,7 +10332,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
10297
10332
<row>
10298
10333
<entry><structfield>data_type</structfield></entry>
10299
10334
<entry><type>regtype</type></entry>
10300
- <entry><literal><link linkend="catalog-pg-authid "><structname>pg_type</structname></link>.oid</literal></entry>
10335
+ <entry><literal><link linkend="catalog-pg-type "><structname>pg_type</structname></link>.oid</literal></entry>
10301
10336
<entry>Data type of the sequence</entry>
10302
10337
</row>
10303
10338
<row>
@@ -11075,8 +11110,8 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
11075
11110
11076
11111
<row>
11077
11112
<entry><structfield>statistics_owner</structfield></entry>
11078
- <entry><type>oid </type></entry>
11079
- <entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.oid </literal></entry>
11113
+ <entry><type>name </type></entry>
11114
+ <entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.rolname </literal></entry>
11080
11115
<entry>Owner of the extended statistics</entry>
11081
11116
</row>
11082
11117
@@ -11089,7 +11124,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
11089
11124
11090
11125
<row>
11091
11126
<entry><structfield>kinds</structfield></entry>
11092
- <entry><type>text []</type></entry>
11127
+ <entry><type>char []</type></entry>
11093
11128
<entry></entry>
11094
11129
<entry>Types of extended statistics enabled for this record</entry>
11095
11130
</row>
@@ -11120,7 +11155,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
11120
11155
11121
11156
<row>
11122
11157
<entry><structfield>most_common_vals</structfield></entry>
11123
- <entry><type>anyarray </type></entry>
11158
+ <entry><type>text[] </type></entry>
11124
11159
<entry></entry>
11125
11160
<entry>
11126
11161
A list of the most common combinations of values in the columns.
@@ -11130,7 +11165,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
11130
11165
11131
11166
<row>
11132
11167
<entry><structfield>most_common_val_nulls</structfield></entry>
11133
- <entry><type>anyarray </type></entry>
11168
+ <entry><type>bool[] </type></entry>
11134
11169
<entry></entry>
11135
11170
<entry>
11136
11171
A list of NULL flags for the most common combinations of values.
@@ -11140,7 +11175,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
11140
11175
11141
11176
<row>
11142
11177
<entry><structfield>most_common_freqs</structfield></entry>
11143
- <entry><type>real []</type></entry>
11178
+ <entry><type>float8 []</type></entry>
11144
11179
<entry></entry>
11145
11180
<entry>
11146
11181
A list of the frequencies of the most common combinations,
@@ -11151,7 +11186,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
11151
11186
11152
11187
<row>
11153
11188
<entry><structfield>most_common_base_freqs</structfield></entry>
11154
- <entry><type>real []</type></entry>
11189
+ <entry><type>float8 []</type></entry>
11155
11190
<entry></entry>
11156
11191
<entry>
11157
11192
A list of the base frequencies of the most common combinations,
0 commit comments