All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:57, 2 April 2023 Busk talk contribs created page Postgres procedure (Created page with "``` create procedure increase(inout i integer ) LANGUAGE 'plpgsql' AS $$ begin i = i+1; return; end ; $$; call increase(1); ```")