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 d7a95f0 commit 03c1179Copy full SHA for 03c1179
doc/src/sgml/catalogs.sgml
@@ -2372,6 +2372,14 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
2372
triggers), list of the constrained columns</entry>
2373
</row>
2374
2375
+ <row>
2376
+ <entry><structfield>conincluding</structfield></entry>
2377
+ <entry><type>int2[]</type></entry>
2378
+ <entry><literal><link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.attnum</literal></entry>
2379
+ <entry>List of the non-constrained columns which are included into
2380
+ the same index as the constrained columns</entry>
2381
+ </row>
2382
+
2383
<row>
2384
<entry><structfield>confkey</structfield></entry>
2385
<entry><type>int2[]</type></entry>
0 commit comments