Re: pg_dump: [archiver] -C and -c are incompatible options - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump: [archiver] -C and -c are incompatible options
Date
Msg-id 20809.1411514389@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump: [archiver] -C and -c are incompatible options  (Carlos Carcamo <eazyduiz@gmail.com>)
Responses Re: pg_dump: [archiver] -C and -c are incompatible options  (David G Johnston <david.g.johnston@gmail.com>)
List pgsql-general
Carlos Carcamo <eazyduiz@gmail.com> 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.

            regards, tom lane


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: pg_dump: [archiver] -C and -c are incompatible options
Next
From: David G Johnston
Date:
Subject: Re: pg_dump: [archiver] -C and -c are incompatible options