Bill Moran <wmoran(at)potentialtech(dot)com> writes:
> Is there a way to provide different persistent settings for DateStyle for
> different databases within the same cluster?
See ALTER DATABASE ... SET ...
(There's also ALTER USER ... SET if a per-user setting would work
better.)
regards, tom lane