Sets the date and time formatting to ISO : DATESTYLE « Date Timezone « PostgreSQL






Sets the date and time formatting to ISO

postgres=#
postgres=# -- Sets the date and time formatting to ISO:
postgres=#
postgres=# SET DATESTYLE TO ISO;
SET
postgres=#
postgres=#

           
       








Related examples in the same category

1.Setting date formats
2.SET DATESTYLE TO NONEUROPEAN, GERMAN
3.Displays the current date formatting style
4.Sets the DATESTYLE variable to use traditional PostgreSQL style formatting