Thursday, March 31, 2016

PostgreSQL: execute plpgsql block

1
2
3
4
5
6
do
$$
begin
raise notice 'merde';
end
$$;