PL/PGSQL

Поиск
Список
Период
Сортировка
От Markus Post
Тема PL/PGSQL
Дата
Msg-id 000101c2de8e$3b595df0$8100a8c0@lucky
обсуждение исходный текст
Ответы Re: PL/PGSQL  (Mauri Sahlberg <Mauri.Sahlberg@pretax.net>)
Re: PL/PGSQL  (Mauri Sahlberg <Mauri.Sahlberg@pretax.net>)
Список pgsql-php
    Hello together!

I have a little question, because I found the answer nowhere in the Net.
How I can call a stored pl/pgsql-function from my SQL-Client.
In an SQL-statement I call it like "select MYFUNCTION(blah, blah) from
...".
I need it without the SQL-Statement.

In Oracle I would be:
BEGIN
   MYFUNCTION(...);
END;

How can I do this with PG?

Greets,
   Markus



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

Предыдущее
От: "Adrian Tineo"
Дата:
Сообщение: Re: ORDER BY question
Следующее
От: "Markus Post"
Дата:
Сообщение: Re: PL/PGSQL