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
- fix_type_of_check-option_v1.patch (application/octet-stream) patch v1
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
-
Update the description of type of check_option reloption in docs.
- 1558413432e3 13.0 landed
-
Add the type information for index storage parameters to the documentation.
- 28e0a103a835 13.0 landed
-
Support reloptions of enum type
- 773df883e8f7 13.0 cited