ページの先頭行へ戻る
Enterprise Postgres 17 リリース情報

2.3.47 pg_restore -lで出力される内容の変更

非互換

Fujitsu Enterprise Postgres 16 SP1では、pg_restoreコマンドに-lと-nなどのフィルタオプションを同時に指定した場合に出力される、アーカイブ一覧の内容を変更します。

Fujitsu Enterprise Postgres 16以前では必要なTOCエントリの内容が出力されていませんでした。

Fujitsu Enterprise Postgres 16以前の場合
$ pg_restore -l -N postgres my_dump_file.dump

; Selected TOC Entries:
;
7; 2615 16415 SCHEMA - my_schema postgres
2; 3079 16416 EXTENSION - uuid-ossp
Fujitsu Enterprise Postgres 16 SP1の場合
$ pg_restore -l -N postgres my_dump_file.dump

; Selected TOC Entries:
;
7; 2615 16390 SCHEMA - my_schema postgres
3421; 0 0 COMMENT - SCHEMA my_schema postgres
2; 3079 16391 EXTENSION - uuid-ossp
3422; 0 0 COMMENT - EXTENSION uuid-ossp

対処方法

ありません。