Page 1 of 1

วิธีการ Reload Configurations โดยไม่ต้อง restart pgsql

Posted: 20 Feb 2025, 18:33
by brid.surapol
วิธีที่ 1

Code: Select all

select pg_reload_conf();
วิธีที่ 2

Code: Select all

pg_ctl -D $PGDATA reload