On Tue, Sep 23, 2008 at 11:53 PM, chetan N <[EMAIL PROTECTED]> wrote:
> Hey does anybody know how to call stored procedure written in pgsql using
> hibernate concecpt with java application... I wanted to know how mapping
> takes place. Please could anybody help me out....

This is the wrong mailing list.  -hackers is reserved for issues
dealing with postgresql development.

Postgres doesn't have stored procedures.  It has functions.  You
invoke them like this:

select func();
select * from func();

merlin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to