Re: left join with smaller table or index on (XXX is not null) to avoid upsert - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: left join with smaller table or index on (XXX is not null) to avoid upsert
Date
Msg-id 2f4958ff0901190848h5c5eb795n4e358868291572df@mail.gmail.com
Whole thread Raw
In response to Re: left join with smaller table or index on (XXX is not null) to avoid upsert  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: left join with smaller table or index on (XXX is not null) to avoid upsert
List pgsql-general
On Mon, Jan 19, 2009 at 4:43 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> But having said that: 8.4 will provide a standard trigger that
> short-circuits vacuous updates, which you can apply to tables in which
> you think vacuous updates are likely.  It's your responsibility to place
> the trigger so that it doesn't interfere with any other trigger
> processing you may have.

Tom, Can you point us to
http://developer.postgresql.org/pgdocs/postgres/ where it is described
in more detail ?

--
GJ

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: left join with smaller table or index on (XXX is not null) to avoid upsert
Next
From: Rubén F.
Date:
Subject: number of connections