Re: [GENERAL] Can you set the date output format (to_char style) per session?

2010-03-04 Thread Joshua Johnston
On Mar 4, 2010, at 2:51 PM, Pavel Stehule wrote: > hello > > 2010/3/4 Joshua Johnston : >> Hello list! >> >> I am working through some i18n/l10n issues in a new application and one of >> our possible solutions for handling date formatting is to have the

[GENERAL] Can you set the date output format (to_char style) per session?

2010-03-04 Thread Joshua Johnston
Hello list! I am working through some i18n/l10n issues in a new application and one of our possible solutions for handling date formatting is to have the dates formatted by pgsql per session. I know I Can use DateStyle to adjust date output, but I am looking for something that works like SET Da