Top/PostgreSQL/自動VACUUMの設定値確認

PostgreSQL/自動VACUUMの設定値確認 の変更点


#author("2021-01-06T12:10:13+09:00","default:user0","user0")
 --自動VACUUMの設定値確認
 select *
 from pg_settings 
 where name like '%autovacuum%'
 order by name

ページ新規作成

新しいページはこちらから投稿できます。

TOP