Add relkind 'I' to catalog.sgml's list relkinds
authorAlvaro Herrera
Wed, 9 May 2018 16:32:50 +0000 (13:32 -0300)
committerAlvaro Herrera
Wed, 9 May 2018 16:46:12 +0000 (13:46 -0300)
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

doc/src/sgml/catalogs.sgml

index 969ba1bca4ec0c4bbc73bfb8adc332c7d672242c..3ed9021c2fc840b37fcbfed04d8a7c790d9c2a52 100644 (file)
@@ -1840,7 +1840,8 @@ SCRAM-SHA-256$<iteration count>:&l
        m = materialized view,
        c = composite type,
        f = foreign table,
-       p = partitioned table
+       p = partitioned table,
+       I = partitioned index