?
create or replace function function_name(date_begin timestamp with time zone, date_end timestamp with time zone)
returns table (phone varchar(1000), email varchar(1000), status_now varchar(100))
as $$
return query
...
$$ language plpgsql;
В information_schema.routines не вижу, information_schema.views тоже не нахожу
Я не понял вопроса, например.
а то я из под админской записи могу селектить из этой вьюхи, как её creator, а grant select ... или grant execute... ругается, что relation "function_name" does not exist
Обсуждают сегодня