Re: stored procedure

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "chetan N" <chetan622(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: stored procedure
Date: 2008-09-24 04:03:00
Message-ID: b42b73150809232103p6136b061n7c98090b673d1831@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 23, 2008 at 11:53 PM, chetan N <chetan622(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-09-24 04:14:54 Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)
Previous Message KaiGai Kohei 2008-09-24 04:02:15 Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)