Re: Get all names of tables in a database

Поиск
Список
Период
Сортировка
От Poul L. Christiansen
Тема Re: Get all names of tables in a database
Дата
Msg-id 39588ACC.FAA7021B@faroenet.fo
обсуждение исходный текст
Ответ на Get all names of tables in a database  (Thomas Weholt <Thomas@cintra.no>)
Список pgsql-novice
"select * from pg_tables" pg_tables is a system table. But it seems that
it also returns the system tables.

Thomas Weholt wrote:

> Hi,
>
> I was hoping there was some SQL way to do it. I`m doing it thru a
> python-module.
> Sort alike "select datname from pg_database;".
>
> -----Original Message-----
> From: Poul L. Christiansen [mailto:plc@faroenet.fo]
> Sent: 27. juni 2000 12:56
> To: Thomas Weholt
> Cc: 'pgsql-novice@hub.org'
> Subject: Re: [NOVICE] Get all names of tables in a database
>
> 1. Log into the database "psql databasename"
> 2. just write "\dt" to list the tables
>
> And write "\h" and "\?" to see all the commands.
>
> Thomas Weholt wrote:
>
> > Hi,
> >
> > How can I get the names of all the tables in a database?
> >
> > Thomas


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: Get all names of tables in a database
Следующее
От: Carsten Huettl
Дата:
Сообщение: Re: [GENERAL] FATAL 1: Database dbname=template1 does not exist in pg_database