Re: [GENERAL] \dt Error

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: cn(dot)liu(at)tpe(dot)panmail(dot)com
Cc: pgsql-general(at)postgreSQL(dot)org, t-ishii(at)srapc451(dot)sra(dot)co(dot)jp
Subject: Re: [GENERAL] \dt Error
Date: 1998-07-17 14:05:48
Message-ID: 199807171405.KAA24416@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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.

This indicates that the view pg_user was not properly created by initdb,
and hence, \z and \dt do not work. Look at the initdb script, and try
and figure out why it is failing. Perhaps create the view by hand and
see what error you get.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

  • \dt Error at 1998-07-17 11:09:29 from cn.liu

Browse pgsql-general by date

  From Date Subject
Next Message Lorenzo Huerta 1998-07-17 14:19:43 security on line by line basis
Previous Message Stuart Rison 1998-07-17 11:40:23 Renaming Tables.