Re: JSON Function Bike Shedding - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: JSON Function Bike Shedding
Date
Msg-id 0580766B-9B11-4871-A5EA-EC00EC3311DF@justatheory.com
Whole thread Raw
In response to Re: JSON Function Bike Shedding  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: JSON Function Bike Shedding  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Feb 16, 2013, at 12:47 PM, Andrew Dunstan <andrew@dunslane.net> wrote:

> To answer David's point, there is no point in having both
>
>    get(json,text)
>    get(json, variadic text[])
>
> since the second can encompass the first, and having both would make calls ambiguous.

Oh. Well then how about
  get(json, int)  get(json, text)  get(json, text[])

?

David


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: src/ports/pgcheckdir.c - Ignore dot directories...
Next
From: Shigeru Hanada
Date:
Subject: Re: FDW for PostgreSQL