Re: add types to index storage params on doc

Atsushi Torikoshi <atorik@gmail.com>

From: Atsushi Torikoshi <atorik@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-03-17T05:52:18Z
Lists: pgsql-hackers

Attachments

On Mon, Mar 16, 2020 at 11:32 PM Alvaro Herrera <alvherre@2ndquadrant.com>
wrote:

>
> > Should I also change it to "enum"?
>
> Yeah, these were strings until recently (commit 773df883e8f7 Sept 2019).
>

Thanks!

Attached a patch for manuals on create and alter view.

check_option is also described in information_schema.sgml
and its type is 'character_data', but as far as I read
information_schema.sql this is correct and it seems no
need for modification here.

Regards,
--
Torikoshi Atsushi

Commits

  1. Update the description of type of check_option reloption in docs.

  2. Add the type information for index storage parameters to the documentation.

  3. Support reloptions of enum type