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

2.2.139 psqlコマンドの\dRs+の出力情報の追加

非互換

Fujitsu Enterprise Postgres 15では、psqlコマンドの「\dRs+」の出力情報に「Two-phase commit」列と「Disable on error」列と「Skip LSN」列を追加します。

FUJITSU Enterprise Postgres 14 以前の場合

「Two-phase commit」列と「Disable on error」列と「Skip LSN」列はありません。

[例]
postgres=# \dRs+
                                   List of subscriptions
 Name | Owner | Enabled | Publication | Binary | Streaming | Synchronous commit | Conninfo
------+-------+---------+-------------+--------+-----------+--------------------+----------
(0 rows)

postgres=#
Fujitsu Enterprise Postgres 15の場合

「Two-phase commit」列と「Disable on error」列と「Skip LSN」列はあります。

[例]
postgres=# \dRs+
                                                           List of subscriptions
 Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Synchronous commit | Conninfo | Skip LSN
------+-------+---------+-------------+--------+-----------+------------------+------------------+--------------------+----------+----------
(0 rows)

postgres=#

対処方法

ありません。