mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
7 lines
No EOL
245 B
Text
7 lines
No EOL
245 B
Text
--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); |