Re: pgsql: Local partitioned indexes

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-committers(at)postgresql(dot)org
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Local partitioned indexes
Date: 2018-01-29 08:04:40
Message-ID: eafaaeb1-f0fd-d010-dd45-07db0300f645@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2018/01/19 23:55, Alvaro Herrera wrote:
> Local partitioned indexes
>
> Modified Files
> --------------
> doc/src/sgml/catalogs.sgml | 23 +
> doc/src/sgml/ref/alter_index.sgml | 14 +
> doc/src/sgml/ref/alter_table.sgml | 8 +-
> doc/src/sgml/ref/create_index.sgml | 33 +-
> doc/src/sgml/ref/reindex.sgml | 5 +

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,
Amit

Attachment Content-Type Size
v1-0001-Update-ddl.sgml-to-reflect-features-added-in-8b08.patch text/plain 1.8 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-01-29 17:57:16 pgsql: Avoid misleading psql password prompt when username is multiply
Previous Message Tom Lane 2018-01-28 18:39:31 pgsql: Add stack-overflow guards in set-operation planning.

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-01-29 08:06:16 Re: Enhance pg_stat_wal_receiver view to display connected host
Previous Message Hannu Krosing 2018-01-29 07:45:15 A Generic Question about Generic type subscripting