非互換
Fujitsu Enterprise Postgres 15では、psqlコマンドの「\dRs+」の出力情報に「Two-phase commit」列と「Disable on error」列と「Skip LSN」列を追加します。
「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=#「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=#対処方法
ありません。