Windows: pg_dump doesn't recognize -n option

From: wstrzalka <wstrzalka(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Windows: pg_dump doesn't recognize -n option
Date: 2008-12-04 11:03:16
Message-ID: 3ff68142-142a-48f6-8f7e-5a7cf2aebcac@33g2000yqm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
---------------------------------------------------------------------------------------------------------

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2008-12-04 12:50:57 Re: Windows: pg_dump doesn't recognize -n option
Previous Message gildas prime 2008-12-04 08:33:18 Re: BUG #4562: ts_headline() adds space when parsing url