PostgreSQL/Postgre SQL/current config

Материал из SQL эксперт
Перейти к: навигация, поиск

Configuration Settings Functions

postgres=# -- Configuration Settings Functions
postgres=#
postgres=# SELECT current_setting("datestyle");
 current_setting
-----------------
 ISO, MDY
(1 row)
postgres=#
postgres=#