In postgres I have a table with date column. Now postgres allows me to write date in Y-m-d format. But I need date in d/m/Y format. How to change it?
When I do:
you also can use the command
set datestyle to [your new datestyle];
in the console of postgreSQL.