mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
--SQL for XML parser
|
|
|
|
CREATE FUNCTION pgxml_parse(text) RETURNS bool
|
|
AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict);
|
|
|
|
CREATE FUNCTION pgxml_xpath(text,text,int) RETURNS text
|
|
AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict); |