- Keep the same structure and side effects. - Replace PostgreSQL-specific types/functions/system variables to Oracle equivalents. - If GLOBAL TEMPORARY TABLE is needed, use ON COMMIT semantics. - Keep ...
-- Update procedure signatures the hard way. -- We use to_regprocedure() so that query doesn't fail if run against 9.6beta1 definitions, ALTER FUNCTION bqarr_out ...