Re: Get all names of tables in a database

Поиск
Список
Период
Сортировка
От Poul L. Christiansen
Тема Re: Get all names of tables in a database
Дата
Msg-id 39588856.70838D7F@faroenet.fo
обсуждение исходный текст
Ответ на Get all names of tables in a database  (Thomas Weholt <Thomas@cintra.no>)
Список pgsql-novice
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 по дате отправления:

Предыдущее
От: Thomas Weholt
Дата:
Сообщение: Get all names of tables in a database
Следующее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: Get all names of tables in a database