Re: Boolean partitions syntax - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Boolean partitions syntax
Date
Msg-id CA+TgmoZDbmu22Pf5je2bJJrWMQJAaY7X1vbYtE0__zg_W9akRg@mail.gmail.com
Whole thread Raw
In response to Re: Boolean partitions syntax  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: Boolean partitions syntax
Re: Boolean partitions syntax
List pgsql-hackers
On Thu, Jan 25, 2018 at 8:44 PM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
> Attached updated patch.

I wonder if this patch is just parser bloat without any real benefit.
It can't be very common to want to partition on a Boolean column, and
if you do, all this patch does is let you drop the quotes.  That's not
really a big deal, is it?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: Re: \describe*
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Patch: Add --no-comments to skip COMMENTs with pg_dump