Re: [PATCHES] NO WAIT ...

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: postgres(at)cybertec(dot)at
Cc: blind(at)xythos(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] NO WAIT ...
Date: 2004-02-19 05:47:59
Message-ID: 20040219.144759.41629904.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> Tatsuo Ishii wrote:
> >>I agree with Tom here. I have used the Oracle NOWAIT feature in the
> >>past and think it is a great feature IMHO. But when you need to use it,
> >>you want it to apply very specifically to a single statement. Using a
> >>sledge hammer when you need a tweezers isn't the right way to go.
> >
> >
> > Once I have written patches for 7.3 to implement this feature for LOCK
> > statement. For example:
> >
> > test=# LOCK TABLE sales NO WAIT;
> > ERROR: Cannot aquire relation lock
> >
> > If there's enough interest, I will modify and submit it for 7.5.
> > --
> > Tatsuo Ishii
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 8: explain analyze is your friend
>
>
> That would be great.
> Many people are asking for that.
> Maybe I have time to implement that for SELECT FOR UPDATE.

Here it is(against 7.3.3).
--
Tatsuo Ishii

Attachment Content-Type Size
unknown_filename text/plain 4.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ramanujam H S Iyengar 2004-02-19 11:43:10 Design Documentation Help !!
Previous Message Tom Lane 2004-02-19 05:01:26 Re: unqualified function calls in system_views.sql

Browse pgsql-patches by date

  From Date Subject
Next Message Rusin Jacek 2004-02-19 11:32:10 Polish initdb.
Previous Message Hans-Jürgen Schönig 2004-02-19 01:17:08 Re: [PATCHES] NO WAIT ...