All thing of the world!

Postgresql pg_conf_load_time 설명 : 포스트그레스큐엘 함수 본문

IT/Postgresql DBMS

Postgresql pg_conf_load_time 설명 : 포스트그레스큐엘 함수

WorldSeeker 2021. 5. 4. 10:33

1. 함수의 목적

   

    Postgresql pg_conf_load_time 함수는 pg 시스템 핸들링 함수로서, db 설정파일(configuration files)이 최종적으로 로딩(loading)된 시간을 반환한다.

 

2. 샘플을 통한 개념 퀵뷰

 

    SELECT pg_conf_load_time() ;

 

    pg_conf_load_time 

    ------------

    2021-04-29 21:35:53

 

 

3. 사용방법

 

        

4. 함수 PARAMETER 설명

 

 

5. 다양한 샘플 표현

 

 

 

 Posgresql 내장함수 모음 : atotw.tistory.com/category/IT/Postgresql%20DBMS

 

Comments