[pgAdmin III] #96: Deferrable unique constraints

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #96: Deferrable unique constraints
Date: 2009-11-22 21:51:32
Message-ID: 045.4ffcc098782c9568b1395beff85ec0b1@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#96: Deferrable unique constraints
----------------------------+-----------------------------------------------
Reporter: gleu | Owner: dpage
Type: feature | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: constraint 8.5 | Platform: all
----------------------------+-----------------------------------------------
New feature in 8.5.

SQL Example:

CREATE TABLE foo(a int UNIQUE DEFERRABLE INITIALLY DEFERRED);

https://commitfest.postgresql.org/action/patch_view?id=126

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/96>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2009-11-22 21:52:44 [pgAdmin III] #97: Triggers on columns
Previous Message Guillaume Lelarge 2009-11-22 21:42:02 Re: Database reconnect patch