SVN Commit by dpage: r6626 - in trunk/pgadmin3/pgadmin: dlg include/dlg include/schema schema ui

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6626 - in trunk/pgadmin3/pgadmin: dlg include/dlg include/schema schema ui
Date: 2007-09-07 11:21:34
Message-ID: 200709071121.l87BLYkK028723@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2007-09-07 12:21:33 +0100 (Fri, 07 Sep 2007)

New Revision: 6626

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6626&view=rev

Log:
Remove defer options from check constraints, primary keys and unique constraints. They've never been supported, so why they're there is a mystery!! Per Erwin.

Modified:
trunk/pgadmin3/pgadmin/dlg/dlgCheck.cpp
trunk/pgadmin3/pgadmin/dlg/dlgIndexConstraint.cpp
trunk/pgadmin3/pgadmin/include/dlg/dlgCheck.h
trunk/pgadmin3/pgadmin/include/dlg/dlgIndexConstraint.h
trunk/pgadmin3/pgadmin/include/schema/pgCheck.h
trunk/pgadmin3/pgadmin/schema/pgCheck.cpp
trunk/pgadmin3/pgadmin/ui/dlgCheck.xrc
trunk/pgadmin3/pgadmin/ui/dlgIndexConstraint.xrc
trunk/pgadmin3/pgadmin/ui/xrcDialogs.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-09-07 13:49:51 SVN Commit by dpage: r6627 - in trunk/pgadmin3/pgadmin: dlg include/dlg include/schema schema
Previous Message svn 2007-09-07 10:55:43 SVN Commit by dpage: r6625 - trunk/pgadmin3/pgadmin/schema