Is there anything I can do to make postgres allow an implicit cast of an empty string to a timestamp, so that a badly behaved application can do: INSERT INTO SomeTable (timestampfield) VALUES ('') Where timestampfield is of type typestamp. ?
Is there anything I can do to make postgres allow an implicit cast of an empty string to a timestamp, so that a badly behaved application can do: INSERT INTO SomeTable (timestampfield) VALUES ('') Where timestampfield is of type typestamp. ?