非互換
Fujitsu Enterprise Postgres 15では、設定パラメータの情報を出力する\dconfig[+]コマンドが追加されます。
\dconfigコマンドは存在せず、\dc onfigとして認識されます。
postgres=# \dconfig
List of conversions
Schema | Name | Source | Destination | Default?
--------+------+--------+-------------+----------
(0 rows)\dconfig[+]コマンドが追加され、コマンドの実行によって設定パラメータの情報を表示できます。また、ワイルドカードも使用可能です。
=# \dconfig+
List of non-default configuration parameters
Parameter | Value | Type | Context | Access privileges
--------------------+--------------------------------+---------+------------+-------------------
DateStyle | ISO, YMD | string | user |
TimeZone | America/New_York | string | user |
application_name | psql | string | user |
client_encoding | UTF8 | string | user |
config_file | /home/postgres/postgresql.conf | string | postmaster |
data_directory | /home/postgres | string | postmaster |
hba_file | /home/postgres/pg_hba.conf | string | postmaster |
ident_file | /home/postgres/pg_ident.conf | string | postmaster |
lc_messages | ja_JP.UTF-8 | string | superuser |
lc_monetary | ja_JP.UTF-8 | string | user |
lc_numeric | ja_JP.UTF-8 | string | user |
lc_time | ja_JP.UTF-8 | string | user |
log_timezone | America/New_York | string | sighup |
(13 rows)
=# \dconfig *encryption*
List of configuration parameters
Parameter | Value
---------------------------------+---------------
password_encryption | scram-sha-256
tablespace_encryption_algorithm | none
(2 rows)対処方法
ありません。