From: Michael Paquier Date: Mon, 22 Oct 2018 06:39:32 +0000 (+0900) Subject: Fix description of pg_class.relispartition in documentation X-Git-Tag: REL_11_1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5845b283d773287054758bb971b72d14267e9ed;p=postgresql Fix description of pg_class.relispartition in documentation This missed the fact that indexes can be partitions since 11. Author: Michael Paquier Reviewed-by: Tom Lane Discussion: https://postgr.es/m/20181022031212.GF14282@paquier.xyz --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 0179deea2e..0fef0ca615 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1948,7 +1948,7 @@ SCRAM-SHA-256$<iteration count>:&l relispartition bool - True if table is a partition + True if table or index is a partition