PL/PGSQL

From: "Markus Post" <mpost(at)purematic(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: PL/PGSQL
Date: 2003-02-27 18:29:57
Message-ID: 000101c2de8e$3b595df0$8100a8c0@lucky
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Mauri Sahlberg 2003-02-28 06:00:51 Re: PL/PGSQL
Previous Message Adrian Tineo 2003-02-27 10:54:06 Re: ORDER BY question