1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

More fixups for "unpackaged" conversion scripts.

This commit is contained in:
Tom Lane
2011-02-13 23:33:18 -05:00
parent 3b61e57f3c
commit de06cfe834
2 changed files with 10 additions and 3 deletions

View File

@ -13,4 +13,3 @@ ALTER EXTENSION xml2 ADD function xpath_nodeset(text,text,text,text);
ALTER EXTENSION xml2 ADD function xpath_string(text,text);
ALTER EXTENSION xml2 ADD function xml_encode_special_chars(text);
ALTER EXTENSION xml2 ADD function xml_valid(text);
ALTER EXTENSION xml2 ADD function xml_is_well_formed(text);