error creating new table

From: "Virgil Frum" <virgil(at)livius(dot)net>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: error creating new table
Date: 2005-02-10 10:19:57
Message-ID: 000601c50f5a$12e073a0$0a02a8c0@VirgilDell
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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.

Virgil Frum

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2005-02-10 10:43:55 Re: pgadmin for SuSE Linux 9.2 32/64 bit CPU.
Previous Message Vasilev Max 2005-02-10 09:27:54 pgadmin for SuSE Linux 9.2 32/64 bit CPU.