Re: [BUGS] BUG #7886: date_trunc(date) returning timestamptz instead of timestamp

2013-02-15 Thread Tom Lane
Bruce Momjian writes: > On Fri, Feb 15, 2013 at 09:27:40PM +, nick.bax...@gmail.com wrote: >> 9.9.2. indicates that date_trunc can be called with a date value (which will >> be cast to a timestamp). And regardless of the input, that the result will >> be of type timestamp. When I call it with

Re: [BUGS] BUG #7886: date_trunc(date) returning timestamptz instead of timestamp

2013-02-15 Thread Bruce Momjian
On Fri, Feb 15, 2013 at 09:27:40PM +, nick.bax...@gmail.com wrote: > The following bug has been logged on the website: > > Bug reference: 7886 > Logged by: Nick Baxter > Email address: nick.bax...@gmail.com > PostgreSQL version: 9.0.3 > Operating system: Linux 2.6.18 > Des