From: Alvaro Herrera Date: Wed, 9 May 2018 16:32:50 +0000 (-0300) Subject: Add relkind 'I' to catalog.sgml's list relkinds X-Git-Tag: aio-before-rebase-2020-06-24~4495 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=550091f218ce9bff92e3753332142ed6917c27d5;p=users%2Fandresfreund%2Fpostgres.git 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 --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 969ba1bca4..3ed9021c2f 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -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