Re: double linked list

From: Christoph Haller <ch(at)rodos(dot)fzk(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Cc: 71062(dot)1056(at)compuserve(dot)com
Subject: Re: double linked list
Date: 2003-01-30 13:10:41
Message-ID: 3E392451.2DF44D6C@rodos.fzk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


I've seen CELKO's reply and find it very useful.
But I cannot find anything about

> BEGIN ATOMIC
> DECLARE rightmost_spread INTEGER;
>
> SET rightmost_spread
> = (SELECT rgt
> FROM Frammis
> WHERE part = 'G');
> ...

Is this PostgreSQL at all? Any hints welcome.

Regards, Christoph

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2003-01-30 14:26:24 Re: double linked list
Previous Message val 2003-01-30 11:52:00 Delete 1 Record of 2 Duplicate Records