Slide 35
Slide 35 text
35
The source DBMS specific features workarounds(4)
13. For profiling pl/pgSQL procedures and functions, there is the
plprofiler extension, which builds reports after their execution.
14. To create a task execution schedule, the Postgres Pro Enterprise DBMS
has the pgpro_scheduler extension, which replaces the
dbms_scheduler functionality. It could also be replaced by using
pg_cron, pgAgent, pg_timetable.
Stored code migration