Re: ALTER INDEX .. SET STATISTICS not documented

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Pg Docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: ALTER INDEX .. SET STATISTICS not documented
Date: 2015-07-16 14:44:33
Message-ID: 3677.1437057873@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
> I'm sitting in Alexey Ermakov's talk and he just said that the command
> in $SUBJECT is not documented ... do we need a separate blurb about it
> somewhere?

Hm ... at one time there was not any real expectation that the ALTER INDEX
reference page would tell you exactly which subforms of ALTER TABLE would
work on an index; it was mostly "try it and see". But now we probably
should try to cover all the cases there, including this one.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Charles Clavadetscher 2015-07-18 09:58:46 Suggestions on Chapter 5.7 Row Security Policies and CREATE POLICY
Previous Message Alvaro Herrera 2015-07-16 14:31:49 ALTER INDEX .. SET STATISTICS not documented