pg_dumpall prob

From: "Patrick Welche,SCC,ext(dot)35710," <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_dumpall prob
Date: 2000-01-06 20:48:26
Message-ID: E126Jpa-0000V8-00@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2000-01-06 20:52:44 Re: [HACKERS] Thomas! FOREIGN KEY problem!
Previous Message Ed Loehr 2000-01-06 20:45:56 Re: [GENERAL] New Search Engine ... UdmSearch