Re: databases list to file

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: databases list to file
Date: 2008-10-09 14:20:24
Message-ID: 20081009142024.GB11407@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Thu, dem 09.10.2008, um 15:13:58 +0100 mailte Joao Ferreira gmail folgendes:
> 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 ?

psql -l > /tmp/my_databases.txt

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message cyw 2008-10-09 14:26:11 PLSQL function calling another function
Previous Message Joao Ferreira gmail 2008-10-09 14:13:58 databases list to file