Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC callsvery much - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC callsvery much
Date
Msg-id CAB7nPqRegiLtjhrQK0jBs8FSJRy_sskP=-yUnTSMOD6FKjw2Rw@mail.gmail.com
Whole thread Raw
In response to Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC calls very much  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC callsvery much  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-bugs
On Sun, Oct 22, 2017 at 1:43 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I don't think collecting all the arguments is particularly special ---
> format() or concat() for instance could possibly use this.  You might
> need an option to say what to do with unknown.

In this case, we could just use a boolean flag to decide if TEXTOID
should be enforced or not.
-- 
Michael


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC calls very much
Next
From: marciofarah@gmail.com
Date:
Subject: [BUGS] BUG #14865: plpythonu