mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Add relkind 'I' to catalog.sgml's list relkinds
Commit 8b08f7d482
added a relkind for local partitioned indexes, but
failed to add it to pg_class's list of possible relkinds. Repair.
Author: Peter Geoghegan, Michaël Paquier
Discussion: https://postgr.es/m/CAH2-WzkOKptQiE51Bh4_xeEHhaBwHkZkGtKizrFMgEkfUuRRQg@mail.gmail.com
This commit is contained in:
@@ -1840,7 +1840,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
||||
<literal>m</literal> = materialized view,
|
||||
<literal>c</literal> = composite type,
|
||||
<literal>f</literal> = foreign table,
|
||||
<literal>p</literal> = partitioned table
|
||||
<literal>p</literal> = partitioned table,
|
||||
<literal>I</literal> = partitioned index
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
|
Reference in New Issue
Block a user