Re: table listing queries

Поиск
Список
Период
Сортировка
От Hélder M. Vieira
Тема Re: table listing queries
Дата
Msg-id 005301c5a96e$df651e90$580bfea9@hmv02
обсуждение исходный текст
Ответ на table listing queries  (Daniel Silverstone <dsilvers@digital-scurf.org>)
Список 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 по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: table listing queries
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Number of rows in a cursor ?