PostgreSQL dos not recognise NULL-value in the XML
I am trying to parse XML using PostgreSQL.
XML contains null-value. The expected type of column is “int”.
But postgres treats the value as empty (not null) string.
I am trying to parse XML using PostgreSQL.
XML contains null-value. The expected type of column is “int”.
But postgres treats the value as empty (not null) string.