pg_dump -s dumps data?!

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема pg_dump -s dumps data?!
Дата
Msg-id 20120127221918.GA25467@depesz.com
обсуждение исходный текст
Ответы Re: pg_dump -s dumps data?!  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: pg_dump -s dumps data?!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
hiu
I have weird situation.
pg 9.1.2, compilet by our own script from source, on 10+ machines.
on fours machines, pg_dump -s <database_name> - dumps with data!:

postgres@machine:~$ pg_dump --verbose  --schema-only dbname > q
...
pg_dump: creating TABLE x1
pg_dump: restoring data for table "x2"
pg_dump: dumping contents of table x2
pg_dump: restoring data for table "x3"
pg_dump: dumping contents of table x3
...

What could be wrong?

Same pg_dump call on the same host, but for different database dumps just schema!?

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

В списке pgsql-general по дате отправления:

Предыдущее
От: Giuseppe Sacco
Дата:
Сообщение: Re: error "permission denied for relation" on postgresql 9.0.6 during CREATE TABLE
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump -s dumps data?!