Re: PgAdmin III: Two bugs

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>, Matej Rizman <matej(dot)rizman(at)guest(dot)arnes(dot)si>, pgadmin-support(at)postgresql(dot)org
Subject: Re: PgAdmin III: Two bugs
Date: 2003-10-07 07:27:04
Message-ID: 3F826AC8.1020909@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-10-07 08:40:39 Re: PgAdmin III: Two bugs
Previous Message Dave Page 2003-10-07 07:12:42 Re: PgAdmin III: Two bugs