Re: wrong sql code for fk covering index

From: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>
To: Timon <timosha(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: wrong sql code for fk covering index
Date: 2011-06-16 16:45:25
Message-ID: BANLkTi=UfoPk11hGnz2Nk7dYsG70MmTM8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

this patch should fix that.

regards,
Jasmin

2011/6/16 Timon <timosha(at)gmail(dot)com>

> When trying to create covering index for existing fk constrain by
> checking checkbox in dialog, pgadmin 1.14 (latest git) generates wrong
> code for postgresql 9.0.
>
> ALTER TABLE hotels VALIDATE CONSTRAINT hotels_city_id_fkey;
> CREATE INDEX fki_hotels_cityid ON hotels(city_id);
>
> postgresql 9.0 doesn't know about VALIDATE keyword.
> --
> All bugs reserved
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

Attachment Content-Type Size
0001-Fix-validate-constraint-with-PostgreSQL-9.1-when-cre.patch application/octet-stream 1002 bytes

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jasmin Dizdarevic 2011-06-16 16:50:03 Fwd: Foreign Table without options
Previous Message Dave Page 2011-06-16 16:08:59 pgAdmin III commit: make style