Re: PostgreSQL

From: "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL
Date: 2003-07-02 06:01:10
Message-ID: 3F02C27E.24153.45F6251@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26 Jun 2003 at 19:09, Ulisses Ponticelli Giorgi wrote:
> 1) In my SQL Server database I have about 1,000 Stored
> Procedures. In some cases, one SP calls another SP that calls another,
> and so on. To do that, I use the EXEC command. I've read that PostgreSQL
> only supports functions. Is there any kind of trick that I can use in
> PostgreSQL to make easier the conversion of all my SPs? How could I do
> this? I just can't get all my SPs and rewrite the code.

I was under impression functions are stored procedures. I mean OK, if you write
them in PL/PgSQL. Shouldn't be a problem barring syntax differences..

HTH

Bye
Shridhar

--
Fun experiments: Get a can of shaving cream, throw it in a freezer for about a
week. Then take it out, peel the metal off and put it where you want...
bedroom, car, etc. As it thaws, it expands an unbelievable amount.

In response to

  • PostgreSQL at 2003-06-26 22:09:58 from Ulisses Ponticelli Giorgi

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2003-07-02 06:09:49 Still trouble reindexing
Previous Message Mike Mascari 2003-07-02 05:51:32 Re: Duplicate key insert question