Hi,
I'm using postgres version 7.4.5 and had a problem with interval Here is my query :
select '2004/10/31'::timestamptz + '1
day'::interval;
Here is the answer :
10/31/2004 11:00:00 PM
Is it a bug or I do something wrong?
I tested my query on 3 server and have always the same
answer.
Thanks
Regards |
- [BUGS] Problem with interval Bruno Prévost
- Re: [BUGS] Problem with interval Michael Fuhr
- Re: [BUGS] Problem with interval Sean Utt
- Re: [BUGS] Problem with interval Tom Lane