Re: unique & update - Mailing list pgsql-general

From Gregory Wood
Subject Re: unique & update
Date
Msg-id 02b401c1aa8e$6b909540$7889ffcc@comstock.com
Whole thread Raw
In response to Re: unique & update  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
> By default, it checks after the row was updated, but you can make it
> INITIALLY DEFERRED which will wait until after the transaction to check.

Er, by after the transaction, I meant until the end of the transaction.
Minor but important difference...

Greg


pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: unique & update
Next
From: Andrew Sullivan
Date:
Subject: Re: Function to Pivot data