pgAdmin III commit: Fix validate constraint with PostgreSQL < 9.1

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix validate constraint with PostgreSQL < 9.1
Date: 2011-06-16 19:41:18
Message-ID: 201106161941.p5GJfINh010256@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix validate constraint with PostgreSQL < 9.1

... when creating covering index.

Reported by Timon.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=45ff0e025e27c4cdb9d1ae224895f7ca30643034
Author: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>

Modified Files
--------------
pgadmin/dlg/dlgForeignKey.cpp | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-06-16 19:42:06 Re: wrong sql code for fk covering index
Previous Message Guillaume Lelarge 2011-06-16 19:37:53 Re: Foreign Table without options