> I've run postgresql and the default datestyle is
> "DateStyle is ISO with US (NonEuropean) conventions".
> I would like to have the default datestyle to be
> "DateStyle is ISO with European conventions".
If 7.3, add the below line in postgresql.conf and restart postmaster,
datestyle = 'iso, european'
regards,
bhuvaneswaran