PL/PGSQL - Mailing list pgsql-php

From Markus Post
Subject PL/PGSQL
Date
Msg-id 000101c2de8e$3b595df0$8100a8c0@lucky
Whole thread Raw
Responses Re: PL/PGSQL  (Mauri Sahlberg <Mauri.Sahlberg@pretax.net>)
Re: PL/PGSQL  (Mauri Sahlberg <Mauri.Sahlberg@pretax.net>)
List 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 by date:

Previous
From: "Adrian Tineo"
Date:
Subject: Re: ORDER BY question
Next
From: "Markus Post"
Date:
Subject: Re: PL/PGSQL