Windows: pg_dump doesn't recognize -n option - Mailing list pgsql-bugs

From wstrzalka
Subject Windows: pg_dump doesn't recognize -n option
Date
Msg-id 3ff68142-142a-48f6-8f7e-5a7cf2aebcac@33g2000yqm.googlegroups.com
Whole thread Raw
Responses Re: Windows: pg_dump doesn't recognize -n option  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: "gildas prime"
Date:
Subject: Re: BUG #4562: ts_headline() adds space when parsing url
Next
From: Peter Eisentraut
Date:
Subject: Re: Windows: pg_dump doesn't recognize -n option