Windows: pg_dump doesn't recognize -n option

Поиск
Список
Период
Сортировка
От wstrzalka
Тема Windows: pg_dump doesn't recognize -n option
Дата
Msg-id 3ff68142-142a-48f6-8f7e-5a7cf2aebcac@33g2000yqm.googlegroups.com
обсуждение исходный текст
Ответы Re: Windows: pg_dump doesn't recognize -n option  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
This is my output on Windows:
------------------------------------------------------------------------------------------------------------
D:\Code>pg_dump -U postgres -d test -n public
pg_dump: too many command-line arguments (first is "-n")
Try "pg_dump --help" for more information.

D:\Code>pg_dump -U postgres -d test --schema=public
pg_dump: too many command-line arguments (first is "--schema=public")
Try "pg_dump --help" for more information.

D:\Code>pg_dump --version
pg_dump (PostgreSQL) 8.3.3
---------------------------------------------------------------------------------------------------------

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

Предыдущее
От: "gildas prime"
Дата:
Сообщение: Re: BUG #4562: ts_headline() adds space when parsing url
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Windows: pg_dump doesn't recognize -n option