Re: add types to index storage params on doc

From: Atsushi Torikoshi <atorik(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: add types to index storage params on doc
Date: 2020-03-17 05:52:18
Message-ID: CACZ0uYHA6fwJXdaqX5TmeJOVGO5tGM-NRyg9C0mVLuNbuKhkzg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 16, 2020 at 11:32 PM Alvaro Herrera <alvherre(at)2ndquadrant(dot)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 Content-Type Size
fix_type_of_check-option_v1.patch application/octet-stream 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-03-17 06:21:09 Re: error context for vacuum to include block number
Previous Message Michael Paquier 2020-03-17 05:33:32 Re: ALTER tbl rewrite loses CLUSTER ON index