diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2018-04-09 17:53:42 +0300 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2018-04-09 17:53:42 +0300 |
commit | 03c11796a95cc20a4559a103019d4d22a116a13c (patch) | |
tree | 9a066d9bbf8d9413d219fb6340d1674e4453cada | |
parent | d7a95f06a1a125fd82b87d01d9a9d8cf9c081799 (diff) | |
download | postgresql-03c11796a95cc20a4559a103019d4d22a116a13c.tar.gz postgresql-03c11796a95cc20a4559a103019d4d22a116a13c.zip |
Improve covering index documentation
Add missed description of pg_constraint.conincluding
Shinoda, Noriyoshi and Alexander Korotkov
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index c304262fdb6..14aeed30763 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2373,6 +2373,14 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l </row> <row> + <entry><structfield>conincluding</structfield></entry> + <entry><type>int2[]</type></entry> + <entry><literal><link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.attnum</literal></entry> + <entry>List of the non-constrained columns which are included into + the same index as the constrained columns</entry> + </row> + + <row> <entry><structfield>confkey</structfield></entry> <entry><type>int2[]</type></entry> <entry><literal><link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.attnum</literal></entry> |