--
-- table_to_xml/4
--
create or replace function table_to_xml(
  tbl regclass,
  nulls boolean,
  tableforest boolean,
  targetns text
) returns xml as $$
table_to_xml$$ language plpgsql;