All thing of the world!

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

IT/Postgresql DBMS

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

WorldSeeker 2021. 4. 22. 08:10

1. 함수의 목적

   

    Postgresql get_current_ts_config 함수는 text_search 기능에 관련된 함수로서, 현재 기본 텍스트 검색 구성을 반환한다.


 

2. 샘플을 통한 개념 퀵뷰

 

    SELECT get_current_ts_config();

 

    get_current_ts_config

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

    simple

 

3. 사용방법

 

    get_current_ts_config ( )

    

4. 함수 PARAMETER 설명

 

 

5. 다양한 샘플 표현

 

 

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

 

Comments