Re: ALTER INDEX .. SET STATISTICS not documented - Mailing list pgsql-docs

From Tom Lane
Subject Re: ALTER INDEX .. SET STATISTICS not documented
Date
Msg-id 3677.1437057873@sss.pgh.pa.us
Whole thread Raw
In response to ALTER INDEX .. SET STATISTICS not documented  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-docs
Alvaro Herrera <alvherre@alvh.no-ip.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


pgsql-docs by date:

Previous
From: Alvaro Herrera
Date:
Subject: ALTER INDEX .. SET STATISTICS not documented
Next
From: "Charles Clavadetscher"
Date:
Subject: Suggestions on Chapter 5.7 Row Security Policies and CREATE POLICY