Hi everyone.
I just discovered how to change datestyle in ALL POSTGRESQl, but i
would like to set diferent datestyle in every database, example:
createdb t1
createdb t2
createdb t3
t1 has ISO,US
t2 has ISO,European
t3 has SQL,European.
I ve tryed to change using set datestyle inside every database, but
when i log in again in that database, datestyle is system default
(PGDATESTYLE) again.
Anyone can help me?