Re: JSON Function Bike Shedding

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: JSON Function Bike Shedding
Дата
Msg-id 0580766B-9B11-4871-A5EA-EC00EC3311DF@justatheory.com
обсуждение исходный текст
Ответ на Re: JSON Function Bike Shedding  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: JSON Function Bike Shedding  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: src/ports/pgcheckdir.c - Ignore dot directories...
Следующее
От: Shigeru Hanada
Дата:
Сообщение: Re: FDW for PostgreSQL