On 2018/02/10 23:32, Amit Langote wrote:
> On Sat, Feb 10, 2018 at 10:09 PM, Alvaro Herrera
> <[email protected]> wrote:
>> Amit Langote wrote:
>>> On 2018/01/19 23:55, Alvaro Herrera wrote:
>>>> Local partitioned indexes
>>
>>> I noticed that the declarative partitioning section in ddl.sgml hasn't
>>> been updated to reflect the features added by this commit. Attached patch
>>> is an attempt to fix that.
>>
>> Thanks! I considered that keeping the old-style instructions creating
>> per partition indexes individually was not necessary, so I removed them
>> and pushed.
>
> Ah, thanks. What you've committed looks perfect.
Sorry, I'd missed reporting one more sentence that doesn't apply anymore.
Attached gets rid of that.
Thanks,
Amit
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 8c3be5b103..8c44ac08dd 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -2922,7 +2922,7 @@ VALUES ('Albany', NULL, NULL, 'NY');
Partitions may themselves be defined as partitioned tables, using what is
called <firstterm>sub-partitioning</firstterm>. Partitions may have their
own indexes, constraints and default values, distinct from those of other
- partitions. Indexes must be created separately for each partition. See
+ partitions. See
<xref linkend="sql-createtable"/> for more details on creating partitioned
tables and partitions.
</para>