Thursday, March 31, 2016

PostgreSQL: execute plpgsql block

do
$$
begin
raise notice 'merde';
end
$$;