Add relkind 'I' to catalog.sgml's list relkinds
Commit 8b08f7d4820f 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:
parent
d758d9702e
commit
550091f218
@ -1840,7 +1840,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
<literal>m</literal> = materialized view,
|
<literal>m</literal> = materialized view,
|
||||||
<literal>c</literal> = composite type,
|
<literal>c</literal> = composite type,
|
||||||
<literal>f</literal> = foreign table,
|
<literal>f</literal> = foreign table,
|
||||||
<literal>p</literal> = partitioned table
|
<literal>p</literal> = partitioned table,
|
||||||
|
<literal>I</literal> = partitioned index
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user