Re: using plpgsql outside of functions

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: using plpgsql outside of functions
Дата
Msg-id 200309241642.16845.dev@archonet.com
обсуждение исходный текст
Ответ на using plpgsql outside of functions  (Miklos Keresztes <keresztes_m@yahoo.com>)
Список pgsql-sql
On Wednesday 24 September 2003 16:22, Miklos Keresztes wrote:
> Hello,
> Is any way to use the plpgsql outside of functions? I
> want to create a SQL script file using plpgsql for use
> with pgAdmin query window.

No - plpgsql will only be parsed as the body of a function. You can always 
create the function, call it, then drop the function.
--  Richard Huxton Archonet Ltd


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

Предыдущее
От: Miklos Keresztes
Дата:
Сообщение: using plpgsql outside of functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Datafiles for Databases