Re: Beginner problems with functions

From: Andreas Tille <tillea(at)rki(dot)de>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: PostgreSQL SQL <pgsql-sql(at)hub(dot)org>
Subject: Re: Beginner problems with functions
Date: 2000-08-22 07:39:18
Message-ID: Pine.LNX.4.21.0008220935420.9561-100000@wr-linux02.rki.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Mon, 21 Aug 2000, Stephan Szabo wrote:

> I haven't thought of an elegant way to do it, although you could
> fake some of it with a table of the appropriate structure with a sequence.
> It's really ugly, but the pl/sql(tcl/perl/etc...) function gets the
> next value of the sequence and inserts the results into a table with
> the sequence number and returns the number to you.
OK, this might probably work for the short time. Could someone give
me any hope for the future that there will be other solutions in higher
versions of PostgreSQL which support the missing feature?

Kind regards

Andreas.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Joerg Hessdoerfer 2000-08-22 07:44:02 Re: Continuous inserts...
Previous Message Tom Lane 2000-08-21 23:21:16 Re: Copying data with triggers