There are procedures in Postgres 8.3?

Started by Andre Lopesover 16 years ago3 messagesgeneral
Jump to latest
#1Andre Lopes
lopes80andre@gmail.com

Hi,

I have some functions developed in postgres to work as a procedure. But now
I see in the Postgres Studio that we have the option to create a
procedure... So my question? there are procedures in Postgres 8.3? If yes,
what the correct syntax to write procedures in Postgres 8.3?

Best Regards,
André.

#2Sam Mason
sam@samason.me.uk
In reply to: Andre Lopes (#1)
Re: There are procedures in Postgres 8.3?

On Tue, Aug 18, 2009 at 12:48:49PM +0100, Andre Lopes wrote:

I have some functions developed in postgres to work as a procedure. But now
I see in the Postgres Studio that we have the option to create a
procedure...

Really, I've never noticed them! If you're asking about EnterpriseDB
specific features, I'd recommend asking on EnterpriseDB forums.

--
Sam http://samason.me.uk/

#3Pavel Stehule
pavel.stehule@gmail.com
In reply to: Andre Lopes (#1)
Re: There are procedures in Postgres 8.3?

2009/8/18 Andre Lopes <lopes80andre@gmail.com>:

Hi,

I have some functions developed in postgres to work as a procedure. But now
I see in the Postgres Studio that we have the option to create a
procedure... So my question? there are procedures in Postgres 8.3? If yes,
what the correct syntax to write procedures in Postgres 8.3?

No, PostgreSQL doesn't support stored procedures - only stored functions.

I don't know Postgres Studio - It maybe support EnterpriseDB, that
supports stored procedures in PL/SQL syntax.

regards
Pavel Stehule

Show quoted text

Best Regards,
André.