Thread: \dt command display no table

\dt command display no table

From
Dark-Emperor
Date:
i have created a database with one table to start
when i type \dt to display the list of tables i have that message:
Couldn't find any table!
Anyone would explain me why?
thanks for your help!





___________________________________________________________________________
Message envoye depuis iFrance :  http://www.ifrance.com ou 3615 IFRANCE
Gratuit : Hebergement (50 Mo)/Vos emails (POP,HTML,20 Mo, FAX)/Votre agenda


Re: [GENERAL] \dt command display no table

From
Bruce Momjian
Date:
Are the users missing from pg_shadow.  Try psql -E to see queries of
\dt.

> i have created a database with one table to start
> when i type \dt to display the list of tables i have that message:
> Couldn't find any table!
> Anyone would explain me why?
> thanks for your help!
>
>
>
>
>
> ___________________________________________________________________________
> Message envoye depuis iFrance :  http://www.ifrance.com ou 3615 IFRANCE
> Gratuit : Hebergement (50 Mo)/Vos emails (POP,HTML,20 Mo, FAX)/Votre agenda
>
>
> ************
>
>


--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Re: [GENERAL] \dt command display no table

From
Frank Miles
Date:
Dear Dark:

    If you do a '\l', do you see your database?  Are you connected
to it?  (if not, use \connect ...).
    Probably not it, but it's worth checking the obvious first.

        -frank

On Thu, 6 Jan 2000, Dark-Emperor wrote:

> i have created a database with one table to start
> when i type \dt to display the list of tables i have that message:
> Couldn't find any table!
> Anyone would explain me why?
> thanks for your help!