Re: [BUGS] to_timestamp not stable if date string shorter than template

2003-09-05 Thread Mendola Gaetano
- Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> Newsgroups: comp.databases.postgresql.bugs Sent: Wednesday, September 03, 2003 1:05 AM Subject: Re: to_timestamp not stable if date string shorter than template > "Stacy White" <[EMAIL PROTECTED]> writes: > > to_timestamp appears

Re: [BUGS] to_timestamp not stable if date string shorter than template

2003-09-02 Thread Tom Lane
"Stacy White" <[EMAIL PROTECTED]> writes: > to_timestamp appears to pick up the time-of-day from the previous call's > return value if a date string has no time component. For example: Weird. I do not see that here, on either 7.3.4 or current sources. Can anyone else reproduce it? For the recor