How Can I Create function delete from... with returns opague and without plpgsql language.
Sample:
create function fdel returns opaque as 'delete from tab;' language 'sql';
Thanks.
Tomas N.