PostgreSQL/Postgre SQL/current config
Версия от 13:45, 26 мая 2010; (обсуждение)
Configuration Settings Functions
postgres=# -- Configuration Settings Functions
postgres=#
postgres=# SELECT current_setting("datestyle");
current_setting
-----------------
ISO, MDY
(1 row)
postgres=#
postgres=#