Re: Bug in pg_get_constraintdef (for deferrable - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: Bug in pg_get_constraintdef (for deferrable
Date
Msg-id 20030102111557.Y92622-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: Bug in pg_get_constraintdef (for deferrable  (Rod Taylor <rbt@rbt.ca>)
List pgsql-hackers
On 2 Jan 2003, Rod Taylor wrote:

> I think I initially forgot those options, and Stephans patch seems to be
> everything required -- though the psql display is a little more
> cluttered.

IIRC, theoretically only initially immediate deferrable actually
needs to specify both clauses (initially deferred guarantees deferrable
and not deferrable doesn't need an initially at all).  It seemed like that
was getting too cute though for a quick patch.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump.options.diff
Next
From: Tom Lane
Date:
Subject: Re: Bug in pg_get_constraintdef (for deferrable