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 ...
A best-effort, portable Bash script that transforms a MySQL SQL dump into a PostgreSQL-compatible SQL file using text-based rules (sed/awk). Note: SQL dialects differ significantly. This tool covers ...