pg_dumpall prob - Mailing list pgsql-hackers

From Patrick Welche,SCC,ext.35710,
Subject pg_dumpall prob
Date
Msg-id E126Jpa-0000V8-00@quartz.newn.cam.ac.uk
Whole thread Raw
Responses Re: [HACKERS] pg_dumpall prob
List pgsql-hackers
line 50 of pg_dumpall (cvs of today) has

psql -l -A -q -t| tr '|' ' ' | grep -v '^template1 ' | \

psql -l -A -q -t| tr '|' ' '

will return a list of databases beginning with the two lines

List of databases
Database Owner

and ending with

(n rows)

So, should psql's -q option suppress these three lines, or should pg_dumpall
get rid of them?

(We don't want to connect to database "List" as user "of" with encoding
"databases")

Cheers,

Patrick


pgsql-hackers by date:

Previous
From: Ed Loehr
Date:
Subject: Re: [GENERAL] New Search Engine ... UdmSearch
Next
From: Jan Wieck
Date:
Subject: Re: [HACKERS] Thomas! FOREIGN KEY problem!