--
-- current_schemas/1
--
create or replace function current_schemas(
  boolean
) returns _name as $$
current_schemas$$ language plpgsql;