Re: PgAdmin III: Two bugs

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PgAdmin III: Two bugs
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B844B764@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на PgAdmin III: Two bugs  ("Matej Rizman" <matej.rizman@guest.arnes.si>)
Ответы Re: PgAdmin III: Two bugs  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: PgAdmin III: Two bugs  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-support

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 06 October 2003 16:48
> To: Dave Page
> Cc: Matej Rizman; pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] PgAdmin III: Two bugs
>
>
> >
> >Scrub that, I see it. If you right click and then create New Unique
> >Constraint then you get a primary key, however if you do it from the
> >table properties dialgoue (as I do) it works fine apart from another
> >bugette in which the anem is doubled (ie frog becomes frogfrog).
> >
> >Andreas; can you take a look at this please? I've spent a
> while on it
> >but haven't figured it out and need to get on with some paid
> work (and
> >you'll no doubt fix it in a few minutes :-))...
> >
> 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.



В списке pgadmin-support по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: PgAdmin III: Two bugs
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: PgAdmin III: Two bugs