babelfishpg_tsql
babelfishpg_tsql
SQL Server Transact SQL compatibility
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9310 | babelfishpg_tsql | babelfishpg_tsql | 3.3.1 | SIM | Apache-2.0 | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-r | No | Yes | No | Yes | yes | no |
| Relationships | |
|---|---|
| Requires | babelfishpg_common uuid-ossp |
| Need By | babelfishpg_tds |
| See Also | babelfishpg_money pg_hint_plan tds_fdw session_variable orafce pgtt db_migrator |
works on wiltondb kernel fork
Packages
| Type | Repo | Version | PG Major Availability | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EL | PIGSTY | 3.3.1 | 18 17 16 15 14 13 | babelfishpg-tsql* | babelfishpg-common, libantlr4-runtime |
| Debian | PIGSTY | 3.3.1 | 18 17 16 15 14 13 | babelfishpg-tsql | babelfishpg-common, libantlr4-runtime4.9.3 |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
el8.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
el9.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
el9.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
el10.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
el10.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
d12.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
d12.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
d13.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
d13.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
u22.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
u22.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
u24.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
u24.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
Source
Install
To add the required PGDG / PIGSTY upstream repository, use:
pig repo add pgsql -u # add PGDG + Pigsty repo and update cache (leave existing repos)Install this extension with:
pig ext install babelfishpg_tsql; # install by extension name, for the current active PG version
pig ext install babelfishpg_tsql; # install via package alias, for the active PG version
pig ext install babelfishpg_tsql -v 15; # install for PG 15Create this extension with:
CREATE EXTENSION babelfishpg_tsql;Last updated on