Re: [GENERAL] Implicit conversion from string to timestamp

2006-02-17 Thread Tom Lane
David Goodenough <[EMAIL PROTECTED]> writes: > I have some generic code to which I pass a series of values to be inserted > into a PostgreSQL table which includes a field which is defined as a timestamp > and which I wish to populate with a string of the form > "-MM-dd hh:mm:ss.SSS". Under p

[GENERAL] Implicit conversion from string to timestamp

2006-02-17 Thread David Goodenough
I have some generic code to which I pass a series of values to be inserted into a PostgreSQL table which includes a field which is defined as a timestamp and which I wish to populate with a string of the form "-MM-dd hh:mm:ss.SSS". Under pg 8 and before this worked fine but now with 8.1 I se