\dt Error

From: cn(dot)liu(at)tpe(dot)panmail(dot)com
To: pgsql-general(at)postgresql(dot)org (Non Receipt Notification Requested)
Cc: t-ishii(at)srapc451(dot)sra(dot)co(dot)jp (Non Receipt Notification Requested)
Subject: \dt Error
Date: 1998-07-17 11:33:47
Message-ID: "GUID:Q7dmkFWkd0hGsmwAA+AdG6Q"*/G=cn/S=liu/O=tpe/PRMD=panmail/ADMD=400net/C=cn@MHS
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The following command does not work either:

pg_dump -t TestTable MyDatabase

The error message is:

getTypes():SELECT failed
---------------------------------------------
Hi!

My previous PostgreSQL 6.3.2 (without --with-mb=EUC_TW in configure) worked fine except Chinese characters did not display correctly in Delphi 3.

Problem happens after I recompile PostgreSQL by adding --with-mb=EUC_TW
%configure --with-mb=EUC_TW
%make all
%make install

After everything is installed, both \z and \dt commands to psql always get error message:

ERROR: pg_user: Table does not exist.

The database do have tables because I created table "MyTable" and psql correctly lists column names in responds to command

\d MyTable

Is --with-mb=EUC_TW creating the problem or something else is causing me troubles?

Best Regards,

CN liu
(mailto:cn(dot)liu(at)tpe(dot)panmail(dot)com)

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Rison 1998-07-17 11:40:23 Renaming Tables.
Previous Message cn.liu 1998-07-17 11:09:29 \dt Error