วิธีการ Reload Configurations โดยไม่ต้อง restart pgsql
Posted: 20 Feb 2025, 18:33
วิธีที่ 1
วิธีที่ 2
Code: Select all
select pg_reload_conf();
Code: Select all
pg_ctl -D $PGDATA reload