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  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: [GENERAL] New Search Engine ... UdmSearch
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: [HACKERS] Thomas! FOREIGN KEY problem!