Re: Inline PL/pgSQL

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Inline PL/pgSQL
Дата
Msg-id 200505091108.13767.josh@agliodbs.com
обсуждение исходный текст
Ответ на Inline PL/pgSQL  ("Jonah H. Harris" <jharris@tvi.edu>)
Список pgsql-hackers
Jonah,

> In addition to package support in plpgsql, it would be really handy to
> have inline plpgsql.  Likewise, I think there are others who feel this
> way as-well.

I think a number of people would be interested in this.   However, your 
biggest development issue, as I've been told, is that the Pl/pgSQL parser 
isn't nearly as mature as the SQL parser.   So an overhaul of the PL/pgSQL 
backend code would need to precede any merger of the two parsers.

Also, take a look at the "pl/pgsql enabled by default" thread on this mailing 
list for security concerns.   These security concerns would be much more 
significant if plpgsql were automatically available on the command line.   As 
such, you'd need to make building it in to the SQL command line a 
compile-time option so that security-conscious admins could disable it if 
they want to.

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Inline PL/pgSQL
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Inline PL/pgSQL