Re: add types to index storage params on doc - Mailing list pgsql-hackers

From Atsushi Torikoshi
Subject Re: add types to index storage params on doc
Date
Msg-id CACZ0uYHA6fwJXdaqX5TmeJOVGO5tGM-NRyg9C0mVLuNbuKhkzg@mail.gmail.com
Whole thread Raw
In response to Re: add types to index storage params on doc  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: add types to index storage params on doc  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: ALTER tbl rewrite loses CLUSTER ON index
Next
From: Amit Kapila
Date:
Subject: Re: error context for vacuum to include block number