Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33df118
)
Fix description of pg_class.relispartition in documentation
author
Michael Paquier
<michael@paquier.xyz>
Mon, 22 Oct 2018 06:39:32 +0000
(15:39 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Mon, 22 Oct 2018 06:39:32 +0000
(15:39 +0900)
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
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 0179deea2e04d5b6a681619a3122efb5e79cbf42..0fef0ca6152fffd9b62169150d01bdf09e325472 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-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>