Re: Implementing SELECT FOR UPDATE [NOWAIT]

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Hans-Juergen Schoenig <hs(at)cybertec(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org, eg(at)cybertec(dot)at
Subject: Re: Implementing SELECT FOR UPDATE [NOWAIT]
Date: 2005-01-04 04:06:42
Message-ID: 200501040406.j0446gg29988@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


This has been saved for the 8.1 release:

http:/momjian.postgresql.org/cgi-bin/pgpatches2

---------------------------------------------------------------------------

Hans-Juergen Schoenig wrote:
> Folks,
>
> We have implemented SELECT FOR UPDATE NOWAIT for PostgreSQL.
> The patch attached to this email contains all the required code
> including ECPG updates and some documentation.
> It would be nice if this patch would be included in PostgreSQL 8.1
>
> Best regards,
>
> Ewald Geschwinde & Hans-Juergen Schoenig
>
> --
> Cybertec Geschwinde u Schoenig GmbH.
> Schoengrabern 134, A-2020 Hollabrunn, Austria
> Tel: +43/660/816 40 77
> www.cybertec.at, www.postgresql.at

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-01-04 04:08:24 Re: Another Plpgsql trigger example - summary table
Previous Message Oliver Jowett 2005-01-04 01:33:09 Re: Implementing RESET CONNECTION ...