Re: [GENERAL] stored procedure revisited

From: "amy cheng" <amycq(at)hotmail(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] stored procedure revisited
Date: 1999-10-12 15:12:14
Message-ID: 19991012221214.95120.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>the closest thing to SP in PG, however, it's limited that it can only
>return one row,
how about use temp tables? too awkward? too slow -- but who cares
that kind of performance? (if that is important, time to go to Oracle etc.).

>and it requires a syntax of 'select func1(args)' which
>is non-intuitive as a substitute for non-resultset SP.
come on, who cares?

>I am not even
>sure if functions achieve what SP is supposed to achieve - saving the
>server time from reparsing the queries; I have a feeling that >functions
>are also just place-holders at this point.
anybody can comment? pg's dbd does not have "prepare", so, seems
that you are right! However, who cares that kind of performance?

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aaron J. Seigo 1999-10-12 15:16:44 Re: [GENERAL] pl/pgsql and backend crashes
Previous Message amy cheng 1999-10-12 14:51:40 Re: [GENERAL] two serial fields within one table?