Re: regarding functions and storedprocedures

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: regarding functions and storedprocedures
Date: 2011-03-11 08:30:30
Message-ID: ilcmj6$523$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

siva kiran balijepalli, 11.03.2011 06:08:
> Hi vibhor,
> If there is no difference between functions and stored procedures, my doubt i show does the server know whether we are writing a function or stored procedure. As per my knowledge in oracle a function must return a value where as stored procedure cannot. IS this also true in postgresql. If yes how can we acheive it?
> thanks and regards
> sivakiran.B

postgres does not have stored procedures, it only has functions.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Vibhor Kumar 2011-03-11 08:39:09 Re: regarding functions and storedprocedures
Previous Message Sachin Srivastava 2011-03-11 05:38:30 Re: Cannot install pgAgent on Windows