why -Fdance archive format option works with ./pg_restore but not with ./pg_dump? - Mailing list pgsql-hackers

From Srinath Reddy
Subject why -Fdance archive format option works with ./pg_restore but not with ./pg_dump?
Date
Msg-id CAFC+b6pfK-BGcWW1kQmtxVrCh-JGjB2X02rLPQs_ZFaDGjZDsQ@mail.gmail.com
Whole thread Raw
Responses Re: why -Fdance archive format option works with ./pg_restore but not with ./pg_dump?
List pgsql-hackers
Hi,

in pg_restore archive format option is parsed using only the first character of the value but in pg_dump the archive format option's value is compared with whole string using pg_strcasecmp is there any specific reason?

Regards,
Srinath Reddy Sadipiralla

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Next
From: Japin Li
Date:
Subject: Re: [RFC] Lock-free XLog Reservation from WAL