babelfishpg_tsql
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
|
special case: this extension only works on wiltondb kernel fork
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
3.3.1 |
18
17
16
15
14
13
|
babelfishpg_tsql |
- |
| RPM | PIGSTY
|
3.3.1 |
18
17
16
15
14
13
|
babelfishpg-tsql* |
babelfishpg-common, libantlr4-runtime |
| DEB | 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
Make sure PGDG and PIGSTY repo available:
pig repo add pgdg pigsty -u # add both repo and update cacheInstall this extension with pig:
pig install babelfishpg_tsql; # install via package name, for the active PG version
pig install babelfishpg_tsql -v 15; # install for PG 15Create this extension with:
CREATE EXTENSION babelfishpg_tsql CASCADE; -- requires babelfishpg_common, uuid-osspLast updated on