Reputation: 1129
I want to change datestyle from 'ISO, MDA' to 'ISO, DMA'. I execute this command in intellij postegresql console :
SET datestyle = "ISO, DMY";
It changes the datestyle but temporary; when trying to check it in another terminal it returns to 'ISO, MDA'
Thanks for help
Upvotes: 0
Views: 74