Re: PL/pgSQL 2

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PL/pgSQL 2
Дата
Msg-id 5405BE02.5090507@dunslane.net
обсуждение исходный текст
Ответ на Re: PL/pgSQL 2  (Ryan Pedela <rpedela@datalanche.com>)
Список pgsql-hackers
On 09/02/2014 08:41 AM, Ryan Pedela wrote:
> If PL/Javascript is a serious consideration, how will int64 and 
> numeric be handled?
>
>

Please don't top-post on the PostgreSQL lists. See 
<http://idallen.com/topposting.html>

Unfortunately, I think the short answer is "not very well". In theory we 
cauld add in new types to a Javascript interpreter to handle them, but 
that would still leave you scrambling to handle user defined types.

One of the advantages of plpgsql is that it can handle any Postgres data 
type without having to do anything special.

The truth is that different PLs meet different needs and have different 
strengths and weaknesses.

cheers

andrew







В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ryan Pedela
Дата:
Сообщение: Re: PL/pgSQL 2
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: PL/PgSQL: RAISE and the number of parameters