Re: PgAdmin III: Two bugs - Mailing list pgadmin-support

From Christopher Kings-Lynne
Subject Re: PgAdmin III: Two bugs
Date
Msg-id 3F826AC8.1020909@familyhealth.com.au
Whole thread Raw
In response to Re: PgAdmin III: Two bugs  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-support
>>Fixed in head and branch. dlgIndexConstraint::GetSql() was 
>>hard-coded to 
>>"PRIMARY KEY" instead of 
>>wxString(typeList[objectType].typeName).Upper().
> 
> 
> Cool, thanks. Did you get the frogfrog thing as well? I noticed that
> when adding a UNIQUE constraint from the table prop dialogue.
> 
> Regards, Dave.

Another possible thing you may have forgotten is dumping

ALTER TABLE foo CLUSTER ON blah;

statements for clustered indexes for 7.4

Chris




pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: PgAdmin III: Two bugs
Next
From: "Dave Page"
Date:
Subject: Re: PgAdmin III: Two bugs