1. Home
  2. Docs
  3. Oracle to PostgreSQL Migration
  4. PLSQL to plpgsql

PLSQL to plpgsql

What you’ll learn in this Chapter

✓ Anonymous blocks in Oracle and PostgreSQL
✓ Migrating Oracle stanalone functions
✓ Migrating Oracle stanalone procedures
✓ Migrating Oracle packages
✓ Migrating Oracle triggers

Overview

Writing code blocks is one interesting and beautiful feature of relational databases. A master of block structure with in-depth PL knowledge, helps learn migration quickly.

In this chapter, we explain you executing anonymous block in PostgreSQL. This chapter is very important and useful as all procedural implementation you learn in this chapter.

Articles

Was this article helpful to you? Yes No

How can we help?