From: | David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_dump: [archiver] -C and -c are incompatible options |
Date: | 2014-09-24 05:32:04 |
Message-ID: | 1411536724133-5820259.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom Lane-2 wrote
> Carlos Carcamo <
> eazyduiz@
> > writes:
>> Hello list, I need some help with this error:
>> ...
>> pg_dump: saving encoding = UTF8
>> pg_dump: saving standard_conforming_strings = on
>> pg_dump: [archiver] -C and -c are incompatible options
>> pg_dump: *** aborted because of error
>
> Like it says, you should not use both the -C and -c command-line options
> to pg_dump. I'm not sure how that translates to what you're doing in
> pgAdmin3, but presumably you're selecting some incompatible options there.
>
> You might want to gripe about it on the pgadmin mailing list (not here),
> as it seems like they could provide a more user-friendly complaint.
What version of PostgreSQL?
9.3 documentation indicates that using both together should work.
Are you maybe hitting an older database with a newer version of pgadmin?
David J.
--
View this message in context: http://postgresql.1045698.n5.nabble.com/pg-dump-archiver-C-and-c-are-incompatible-options-tp5820220p5820259.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Ilya I. Ashchepkov | 2014-09-24 05:38:05 | JSONB spaces in text presentation |
Previous Message | Tom Lane | 2014-09-23 23:19:49 | Re: pg_dump: [archiver] -C and -c are incompatible options |