Re: error creating new table

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: error creating new table
Дата
Msg-id 420B5727.5000905@pse-consulting.de
обсуждение исходный текст
Ответ на error creating new table  ("Virgil Frum" <virgil@livius.net>)
Список pgadmin-support
Virgil Frum wrote:
> pgAdmin ver. 1.3.0 (Jan 14 2005)
> Windows XP SP2
> 
> When creating new table via 'New Table' dialog I've got error:
> XRC resource 'frmHint' (class 'wxDialog') not found! (and pgAdmin freezes)
> but via SQL query tool it works fine.
> 
> Here is table definition:
> CREATE TABLE info
> (
>   version varchar(50) NOT NULL,
>   creationtstamptz timestamptz NOT NULL DEFAULT now()
> ) WITHOUT OIDS;
> 
> There is another problem, I cannot insert rows via Edit Data grid in 
> info table.

Both problems result from the missing primary key. The latter is well 
documented (FAQ, rank 1)

Regards,
Andreas


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: pgadmin for SuSE Linux 9.2 32/64 bit CPU.
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: error creating new table