From: Thomas L. B. <tho...@to...> - 2004-03-15 21:54:18
|
I am running a Gentoo GNU/Linux box with dev-db/postgresql-7.4.1-r4 haskelldb-0.6 HSQL-1.2 I am connecting to Postgres via the Postgres driver built into HSQL. I created the database table with, CREATE TABLE test_tb1 (c11 INT NOT NULL, c12 INT NULL); The table description in the database is now, Table "public.test_tb1" Column | Type | Modifiers --------+---------+----------- c11 | integer | not null c12 | integer | Please find attached the output of DbDirect with arguments DbDirect PostgreSQL localhost test postgres postgres Dp037 Tom |