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

Post Reply
brid.surapol
Posts: 163
Joined: 11 Apr 2013, 11:43

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

Post by brid.surapol »

วิธีที่ 1

Code: Select all

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

Code: Select all

pg_ctl -D $PGDATA reload
Post Reply

Return to “การใช้งาน PostgreSQL”