mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Rename xml_valid() to xml_is_well_formed(), but provide a temporary
alias with the old name for backwards compatibility. Per discussion, the old name is actively wrong because validity and well-formedness have different meanings in XML.
This commit is contained in:
@ -24,4 +24,7 @@ DROP FUNCTION xpath_string(text,text);
|
||||
|
||||
DROP FUNCTION xml_encode_special_chars(text);
|
||||
|
||||
-- deprecated old name for xml_is_well_formed
|
||||
DROP FUNCTION xml_valid(text);
|
||||
|
||||
DROP FUNCTION xml_is_well_formed(text);
|
||||
|
Reference in New Issue
Block a user