Extensions / Procedural languages
provide Transact-SQL compatibility for PostgreSQL
pgext.cloud · Source code · Website · Documentation · Control file
| Package | pgtsql |
|---|---|
| Version | 3.0 |
| PostgreSQL versions | 11 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Schema | sys |
| Stars | 12 |
| Latest commit | 2019-11-19 |
| Latest release | 2019-11-19 |
| Catalogue updated | 2026-08-30 |
| babelfishpg_tsql | SQL Server Transact SQL compatibility |
| tds_fdw | Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server) |
| plrust | Compiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing. |
| plhaskell | provide trusted and untrusted Haskell procedural languages for PostgreSQL |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| plmruby | Run scalar, set-returning, inline, and trigger functions in the embedded mruby runtime |
| plswipl | Execute PostgreSQL functions and inline blocks in an embedded SWI-Prolog runtime |
| pgosql | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. |
| plruby | Embed MRI Ruby as an untrusted PostgreSQL procedural language |
| pljvm | A PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process. |