\dt is listing tables from all databases - Mailing list pgsql-novice

From Lonni J Friedman
Subject \dt is listing tables from all databases
Date
Msg-id 7c1574a91001141149o69e130cfx8aa32992580e9111@mail.gmail.com
Whole thread Raw
Responses Re: \dt is listing tables from all databases  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Greetings,
I've got a postgresql server running 8.1.10 on Linux.  I've noticed
that when i'm logged into one of the databases, and I run '\dt' its
listing every table from every database on the server (rather than
just the tables in the current database instance).  To make matters
even more strange, if I log into any of the other databases and run
'\dt' it only lists the tables in that database (as expected).  I'm
connecting as the same user every time.

Any ideas why this is happening?

thanks

pgsql-novice by date:

Previous
From: "Daniel Staal"
Date:
Subject: Re: select for update question
Next
From: Tom Lane
Date:
Subject: Re: \dt is listing tables from all databases