PostgreSQL/Postgre SQL/current config
Configuration Settings Functions
postgres=# -- Configuration Settings Functions
postgres=#
postgres=# SELECT current_setting("datestyle");
current_setting
-----------------
ISO, MDY
(1 row)
postgres=#
postgres=#