> I cannot change the format of the date style with set > ... I want to use the European format i.e : DD/MM/YYYY and not YYYY/MM/DD... > NOTICE: DateStyle is ISO with European conventions > SHOW VARIABLE The ISO style is YYYY/MM/DD. The "European conventions" in this case only affect the interpretation of ambiguous *input*. You need to specify "Postgres,European" as your date style. - Thomas
- [BUGS] datestyle pgsql-bugs
- Thomas Lockhart