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

2.1.6 initdb:ICU用のロケールのエンコーディングの変更

非互換

initdb:ICU用のロケールのエンコーディングを変更します。

Fujitsu Enterprise Postgres 15以前の場合

Fujitsu Enterprise Postgres 15では、デフォルトのデータベースエンコーディングは"SQL_ASCII"です。

[例]
In FEP15 the default database encoding has "SQL_ASCII"
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory inst1 ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Asia/Tokyo
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Fujitsu Enterprise Postgres 16の場合

Fujitsu Enterprise Postgres 16では、デフォルトのデータベースエンコーディングが"UTF8"に変更されました。

[例]
In FEP16 the default database encoding has changed to "UTF8".

[postgres@VM00057125 ~]$ /opt/fsepv16server64/bin/initdb -D inst1
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    icu
  ICU locale:  en_US_POSIX
  LC_COLLATE:  C
  LC_CTYPE:    C
  LC_MESSAGES: C
  LC_MONETARY: C
  LC_NUMERIC:  C
  LC_TIME:     C
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory inst1 ... ok

対処方法

ありません。