Re: error creating new table

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Virgil Frum <virgil(at)livius(dot)net>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: error creating new table
Date: 2005-02-10 12:44:23
Message-ID: 420B5727.5000905@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2005-02-10 13:02:31 Re: error creating new table
Previous Message Dave Page 2005-02-10 10:43:55 Re: pgadmin for SuSE Linux 9.2 32/64 bit CPU.