Re: [GENERAL] DATE type output does not follow datestyle parameter

2013-07-27 Thread Adrian Klaver
On 07/26/2013 01:24 PM, MauMau wrote: > From: "Adrian Klaver" >> Actually the relevant code seems to be here: >> >> /src/ backend/parser/gram.y >> >> >> CURRENT_DATE >>{ >>/* >> * Transl

Re: [GENERAL] DATE type output does not follow datestyle parameter

2013-07-26 Thread MauMau
From: "Adrian Klaver" Actually the relevant code seems to be here: /src/ backend/parser/gram.y CURRENT_DATE { /* * Translate as "'now'::text::date".

Re: [GENERAL] DATE type output does not follow datestyle parameter

2013-07-26 Thread Adrian Klaver
On 07/26/2013 05:31 AM, MauMau wrote: > Hello, > > The description of datestyle parameter does not seem to match the actual > behavior. Is this a bug to be fixed? Which do you think should be > corrected, the program or the manual? > > > The manual says: > > DateStyle (string) > Sets the disp

[GENERAL] DATE type output does not follow datestyle parameter

2013-07-26 Thread MauMau
Hello, The description of datestyle parameter does not seem to match the actual behavior. Is this a bug to be fixed? Which do you think should be corrected, the program or the manual? The manual says: DateStyle (string) Sets the display format for date and time values, as well as the rules f