Re: regarding functions and storedprocedures - Mailing list pgsql-novice

From Thomas Kellerer
Subject Re: regarding functions and storedprocedures
Date
Msg-id ilcmj6$523$1@dough.gmane.org
Whole thread Raw
In response to regarding functions and storedprocedures  (siva kiran balijepalli <b.sivakiran@gmail.com>)
List 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
knowwhether we are writing a function or stored procedure. As per my knowledge in oracle a function must return a value
whereas 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.


pgsql-novice by date:

Previous
From: Laurent
Date:
Subject: Re: Declaring timestamp variables in function
Next
From: Vibhor Kumar
Date:
Subject: Re: regarding functions and storedprocedures