databases list to file

Поиск
Список
Период
Сортировка
От Joao Ferreira gmail
Тема databases list to file
Дата
Msg-id 1223561638.6634.26.camel@jmf-ubuntu
обсуждение исходный текст
Ответы Re: databases list to file  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: databases list to file  (Jeff Ross <jross@wykids.org>)
Список pgsql-general
Hello all,

I need to print to a file a simple list of all the databases on my
postgresql.

I need to do this from a shell script to be executed without human
intervention

I guess something like:

su postgres -c 'psql ...whatever.... > /tmp/my_databases.txt'

but I don't know exactly to what extent I can format the output of this
in order to simplify the parser that will read that file.

any suggestions ?

thank you

joao



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

Предыдущее
От: "c k"
Дата:
Сообщение: logging SQL statements
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: databases list to file