Re: programming in pgsql - Mailing list pgsql-general

From Richard Huxton
Subject Re: programming in pgsql
Date
Msg-id 43C23738.4010301@archonet.com
Whole thread Raw
In response to programming in pgsql  (Angshu Kar <angshu96@gmail.com>)
Responses Re: programming in pgsql  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-general
Angshu Kar wrote:
> Hi Pgsql,
>
> Could anyone please advise whether the following program can be implemented
> using pgsql cursors/anythign else (or do we need some external scripts)?If
> yes, could you give please some function names etc?
[snip series of queries]

Any procedural language will be able to handle this.
The only problem you'll have will be that the whole function will take
place inside a single transaction, so you won't be able to spread the
workload out over time.
--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Richard Sydney-Smith
Date:
Subject: Re: Fedora + Yum + 8.1
Next
From: Markus Bertheau
Date:
Subject: Re: [ANNOUNCE] CRITICAL RELEASE: Minor Releases to Fix DoS