mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
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
This commit is contained in:
parent
33df118a73
commit
d5845b283d
1 changed files with 1 additions and 1 deletions
|
|
@ -1948,7 +1948,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||
<entry><structfield>relispartition</structfield></entry>
|
||||
<entry><type>bool</type></entry>
|
||||
<entry></entry>
|
||||
<entry>True if table is a partition</entry>
|
||||
<entry>True if table or index is a partition</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
|
|||
Loading…
Reference in a new issue