No relations found? - Mailing list pgsql-general

From Mikael Carneholm
Subject No relations found?
Date
Msg-id E18KflY-0000dF-00@mayday.hb.se
Whole thread Raw
Responses Re: No relations found?  (Joe Conway <mail@joeconway.com>)
List pgsql-general
After upgrading to the 7.3 version and putting one of my databases
in a custom schema, I found out that the psql command

\d
(just \d, with no object specified)

reports 'No relations found', while

\d schemaname.tableFoo

displays the table information for tableFoo (and DbVisualizer sees
the table + other tables as well)

Strange, isn't it? I mean, shouldn't \d display all schemas &
their tables in the current database?



pgsql-general by date:

Previous
From: pginfo
Date:
Subject: native command-line console for Windows
Next
From: "Hiroshi Inoue"
Date:
Subject: Re: [ODBC] Drop column and Access