Re: pg/plsql question

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: pg/plsql question
Дата
Msg-id 4B3ED5E8-9566-11D9-9497-000A95B03262@pgedit.com
обсуждение исходный текст
Ответ на Re: pg/plsql question  (Fred Blaise <fred.blaise@excilan.com>)
Список pgsql-general
On Mar 15, 2005, at 10:19 AM, Fred Blaise wrote:

> Just to make sure... Once the function is created, you would call it as
> 'execute function()' from psql, correct?
>


Try: select function();

As a top level SQL command, EXECUTE is for executing prepared
statements:

http://www.postgresql.org/docs/8.0/interactive/sql-execute.html

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: plpython function problem workaround
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg/plsql question