Re: Patch: show relation and tuple infos of a lock to acquire - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Patch: show relation and tuple infos of a lock to acquire
Date
Msg-id 20140318164325.GV6899@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: Patch: show relation and tuple infos of a lock to acquire  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Patch: show relation and tuple infos of a lock to acquire  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane escribió:
> Robert Haas <robertmhaas@gmail.com> writes:
> > Well, if we're back to one version of the message, and I'm glad we
> > are, can we go back to saying:
> 
> > CONTEXT:  while updating tuple (0,2) in relation "public"."foo" of
> > database "postgres"
> 
> If I end up being the one who commits this, it's going to say
> 
> while updating tuple (0,2) in table "foo"
> 
> Not more, and not less.

Please see my reply to Robert.  My proposal (in form of a patch) is while operating on tuple (0,2) in table "foo":
updatingtuple
 
Would this work for you?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch: show relation and tuple infos of a lock to acquire
Next
From: Tom Lane
Date:
Subject: Re: Patch: show relation and tuple infos of a lock to acquire