Re: stored procedure - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: stored procedure
Date
Msg-id b42b73150809232103p6136b061n7c98090b673d1831@mail.gmail.com
Whole thread Raw
In response to stored procedure  ("chetan N" <chetan622@gmail.com>)
List pgsql-hackers
On Tue, Sep 23, 2008 at 11:53 PM, chetan N <chetan622@gmail.com> 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


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)
Next
From: "Robert Haas"
Date:
Subject: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)