pgsql: Fix description of pg_class.relispartition in documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix description of pg_class.relispartition in documentation
Date: 2018-10-22 06:40:04
Message-ID: E1gETsi-0004eG-Hq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d5845b283d773287054758bb971b72d14267e9ed

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-10-22 06:40:53 Re: pgsql: Set pg_class.relhassubclass for partitioned indexes
Previous Message Michael Paquier 2018-10-22 06:32:22 pgsql: Clarify descriptions of relhassubclass and relispartition in pg_