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
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