--
-- array_lower/2
--
create or replace function array_lower(
  anyarray,
  integer
) returns int4 as $$
array_lower$$ language plpgsql;