달력

22025  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28

개인 테스트 버전은 10 기준

쿼리를 활용한 Reload 

shell>> su - postgres
shell>> psql

psql >> select pg_reload_conf()

 

명령어를 활용한 Reload

shell>> pg_ctl reload -D Datbasae경로

Database 경로의 경우  postgresql.conf 의 위치 경로를 지정하면 된다.

기본경로 :   /var/lib/pgsql/10/data 

 

'Database > Postgresql' 카테고리의 다른 글

[Postgresql] pg hba.conf  (0) 2019.10.09
Posted by 염불법사
|