babelfishpg_tsql
babelfishpg_tsql
babelfish : SQL Server Transact SQL compatibility
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9310 | babelfishpg_tsql
|
babelfish
|
5.5.0 |
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
|
| Siblings | babelfishpg_common
babelfishpg_tds
babelfishpg_money
|
special case: this extension only works on wiltondb kernel fork
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
5.5.0 |
18
17
16
15
14
13
|
babelfish |
babelfishpg_common, uuid-ossp |
| RPM | PIGSTY
|
5.5.0 |
18
17
16
15
14
13
|
babelfish_$v |
babelfishpg_$v, antlr4-runtime413 |
| DEB | PIGSTY
|
5.5.0 |
18
17
16
15
14
13
|
babelfishpg-$v-babelfish |
babelfishpg-$v, libantlr4-runtime413 |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
el8.aarch64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
el9.x86_64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
el9.aarch64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
el10.x86_64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
el10.aarch64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
d12.x86_64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
d12.aarch64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.x86_64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.aarch64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.x86_64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.aarch64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.x86_64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.aarch64
|
MISS
|
PIGSTY 5.5.0
|
MISS
|
MISS
|
MISS
|
MISS
|
Source
pig build pkg babelfish; # build rpm/debInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgsql -u # add both repo and update cacheInstall this extension with pig:
pig install babelfish; # install via package name, for the active PG version
pig install babelfishpg_tsql; # install by extension name, for the current active PG version
pig install babelfishpg_tsql -v 17; # install for PG 17Create this extension with:
CREATE EXTENSION babelfishpg_tsql CASCADE; -- requires babelfishpg_common, uuid-osspLast updated on