Configuration Settings Functions : current config « Postgre SQL « PostgreSQL






Configuration Settings Functions


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

postgres=#
postgres=#
           
       








Related examples in the same category