Re: double linked list - Mailing list pgsql-sql

From Christoph Haller
Subject Re: double linked list
Date
Msg-id 3E392451.2DF44D6C@rodos.fzk.de
Whole thread Raw
In response to double linked list  (jasche@gmx.de (Juergen))
Responses Re: double linked list
List 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




pgsql-sql by date:

Previous
From: Achilleus Mantzios
Date:
Subject: Re: Delete 1 Record of 2 Duplicate Records
Next
From: "Thiago Conti"
Date:
Subject: Function executing twice