pg_dumpall prob

Поиск
Список
Период
Сортировка
От Patrick Welche,SCC,ext.35710,
Тема pg_dumpall prob
Дата
Msg-id E126Jpa-0000V8-00@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответы Re: [HACKERS] pg_dumpall prob
Список 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 по дате отправления: