Pavel Stehule <pavel.stehule@gmail.com> writes:
> I thinking about request on custom datetime format. My first idea is:
> a) add new datestyle format "custom"
> b) add new GUC variables - custom_date_format, custom_time_format,
> custom_timestamp_format
Ick. Why not just put them in one variable.datestyle = 'custom yyyy mm dd'
Interrelated GUCs are really painful.
regards, tom lane