On Wed, Aug 31, 2011 at 12:10 AM, Adarsh Sharma
<adarsh(dot)sharma(at)orkash(dot)com> wrote:
> Come back to the original problem. I have 10 databases with different names
> you have to go into the database by \c command to fetch the table names.
Again, in PostgreSQL databases are very separate objects. In mysql
they are closer to schemas than separate entities. If you want to
examine a database in pg, you need to connect to it. period.