Re: programming in pgsql

From: Richard Huxton <dev(at)archonet(dot)com>
To: Angshu Kar <angshu96(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: programming in pgsql
Date: 2006-01-09 10:13:12
Message-ID: 43C23738.4010301@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Morgan Lloyd 2006-01-09 10:26:37 pgpool and ODBC
Previous Message Richard Sydney-Smith 2006-01-09 10:04:13 Re: Fedora + Yum + 8.1