Sets the DATESTYLE variable to use traditional PostgreSQL style formatting : DATESTYLE « Date Timezone « PostgreSQL






Sets the DATESTYLE variable to use traditional PostgreSQL style formatting

postgres=#
postgres=# -- Sets the DATESTYLE variable to use traditional PostgreSQL style formatting.
postgres=#
postgres=# SET DATESTYLE TO Postgres,US;
SET
postgres=#
postgres=#

           
       








Related examples in the same category

1.Sets the date and time formatting to ISO
2.Setting date formats
3.SET DATESTYLE TO NONEUROPEAN, GERMAN
4.Displays the current date formatting style