stark <[EMAIL PROTECTED]> writes: > postgres=# show datestyle; > DateStyle > ----------- > ISO, DMY > (1 row) > postgres=# set datestyle='DMY,ISO'; > SET > postgres=# show datestyle; > DateStyle > ----------- > ISO, DMY > (1 row)
What's your point?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate
