Usually databases are treated primarily as fairly dumb data storage systems, but they can be capable of much more. Case in point the PostgreSQL database and its – Ada-based – PL/pgSQL programming ...
This repository contains procedural‑programming exercises from the BI‑SQL course at ČVUT FIT, implemented in both Oracle PL/SQL and PostgreSQL PL/pgSQL. Each folder corresponds to one task.
This is an attempt to make a MSSQL's T-SQL to PostgreSQL's PL/pgSQL converter based on Poor Man's T-SQL Formatter. It's using the unchanged parser and slightly changed formatter, as well as adding an ...