/PL-PgSQL

Repo for PL-PgSQL study record

Primary LanguagePLpgSQL

PL-PgSQL

This is a repo for PL-PgSQL study notes and records.

  • PL/pgSQL (Procedural Language/PostgreSQL) is a fully featured programming language that allows much more procedural control than SQL, including the ability to use loops and other control structures. SQL statements and triggers can call functions created in the PL/pgSQL language.
  • The design of PL/pgSQL aimed to allow PostgreSQL users to perform more complex operations and computations than SQL.
  • It closely resembles Oracle's PL/SQL language.

This repository is as simple as some functions and procedures for data manipulation

You can download the .sql file and run it on your preferral DBMS (such as HeidiSQL, DBeaver, pgAdmin) and check it out.

image

Give a ⭐ if you like it.

Thanks!