Re: table listing queries - Mailing list pgsql-sql

From Hélder M. Vieira
Subject Re: table listing queries
Date
Msg-id 005301c5a96e$df651e90$580bfea9@hmv02
Whole thread Raw
In response to table listing queries  (Daniel Silverstone <dsilvers@digital-scurf.org>)
List pgsql-sql
> Namely, in MySQL I can say: "SHOW TABLES FROM 'dbname'" to list tables
> in a database I'm not currently connected to.

In MySQL, table definitions are replicated outside the database files, and 
might therefore be available without connecting to a specifc database.
This probably happens because of the need for some kind of unified 
repository of objects pertaining to different database engines.


Helder M. Vieira







pgsql-sql by date:

Previous
From: Sean Davis
Date:
Subject: Re: table listing queries
Next
From: Bruno Wolff III
Date:
Subject: Re: Number of rows in a cursor ?