Postgre SQL PostgreSQL

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