[pgsql-jp: 29574] Re: pg_dump -Fc

Takaharu Ogawa ogax @ pop02.odn.ne.jp
2003年 4月 3日 (木) 20:45:29 JST


小川です。
吉村@神戸さん、ありがとうございます。
でも...

> > $ pg_dump -U postgres -Fc test > test.dump
> > pg_dump: [archiver] WARNING: requested compression not available
> > in this installation - archive will be uncompressed
> 
> 上記のコマンドでは、c の部分が -c に解釈されてしまいます。ですから
> 
> pg_dump -F c test > test.dump
> 
> と実行するとお望みの結果になると思います。詳しくはman pg_dumpを。

ご指摘(下記)のようにしてみましたが状況は変わりませんでした。

$ pg_dump -U postgres -F c test > test.dump
pg_dump: [archiver] WARNING: requested compression not available
in this installation - archive will be uncompressed
$ pg_dump -U postgres --format=c test > test.dump
pg_dump: [archiver] WARNING: requested compression not available
in this installation - archive will be uncompressed

なぜでしょう?
--
Takaharu Ogawa <ogax @ pop02.odn.ne.jp>




pgsql-jp メーリングリストの案内