--
-- lo_create/1
--
create or replace function lo_create(
  oid
) returns oid as $$
be_lo_create$$ language plpgsql;