--
-- getdatabaseencoding/0
--
create or replace function getdatabaseencoding(
  
) returns name as $$
getdatabaseencoding$$ language plpgsql;