SET DATESTYLE TO NONEUROPEAN, GERMAN : DATESTYLE « Date Timezone « PostgreSQL






SET DATESTYLE TO NONEUROPEAN, GERMAN


postgres=#
postgres=# -- Setting date formats
postgres=#
postgres=# SET DATESTYLE TO NONEUROPEAN, GERMAN;
SET
postgres=#
postgres=# SHOW DATESTYLE;
  DateStyle
-------------
 German, MDY
(1 row)

postgres=#
           
       








Related examples in the same category

1.Sets the date and time formatting to ISO
2.Setting date formats
3.Displays the current date formatting style
4.Sets the DATESTYLE variable to use traditional PostgreSQL style formatting