Re: 'show databases' in psql way?

Поиск
Список
Период
Сортировка
От lorid
Тема Re: 'show databases' in psql way?
Дата
Msg-id 41879882.6000506@dri.edu
обсуждение исходный текст
Ответ на 'show databases' in psql way?  (Erik Wasser <erik.wasser@iquer.net>)
Ответы Re: 'show databases' in psql way?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
\z   will list the tables in the dbase
\d tablename will list the columns in the table

---------------------
Erik Wasser wrote:

>Hi list,
>
>how can I list the databases in a postgresish way? I know about the '-l' 
>switch of 'psql' but is there a DBI/SQL-query way? I don't want to call 
>an external program only to list the databases. I've googled about this 
>problem but I only found the '-l'-way to this this.
>
>Ideas? Solutions?
>
>  
>



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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Update instead rules on Views
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: 'show databases' in psql way?