Re: SQL list table names

Поиск
Список
Период
Сортировка
От Alan Gutierrez
Тема Re: SQL list table names
Дата
Msg-id avgrfn$rju$1@news.hub.org
обсуждение исходный текст
Ответ на SQL list table names  (alviN <gamboa@infophil.com>)
Ответы Re: SQL list table names
Список pgsql-sql
alviN wrote:> is it possible to execute an sql query to be able to list the tables's> names?  well, you can do it on
psqlusing \dt. but im talking about the SQL> statement, because i want to execute that query from a script.
 

Oh, even *I* know the answer to this one! Run psql with the -E argument to see
the SQL used to run \dt. Look at man psql for for info for just:

psql -E template1

Alan Gutierrez



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

Предыдущее
От: Thomas O'Connell
Дата:
Сообщение: Re: double precision to numeric overflow error
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: SQL list table names