Re: unique & update

From: "Gregory Wood" <gregw(at)com-stock(dot)com>
To: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: unique & update
Date: 2002-01-31 19:35:19
Message-ID: 02b401c1aa8e$6b909540$7889ffcc@comstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Cindy 2002-01-31 19:40:56 going crazy with serial type
Previous Message Doug McNaught 2002-01-31 19:28:24 Re: unique & update