--
-- schema_to_xml/4
--
create or replace function schema_to_xml(
  schema name,
  nulls boolean,
  tableforest boolean,
  targetns text
) returns xml as $$
schema_to_xml$$ language plpgsql;