babelfishpg_tsql
SQL Server Transact SQL compatibility
Module:
Categories:
Overview
Extension: babelfishpg_tsql : SQL Server Transact SQL compatibility
Information
- Extension ID: 9310
- Extension Name:
babelfishpg_tsql - Package Name:
wiltondb - Category:
SIM - License: Apache-2.0
- Website: https://babelfishpg.org/
- Language: C
- Extra Tags:
mssql - Comment:
Metadata
- Latest Version: 3.3.1
- Postgres Support:
15 - Need Load: Explicit Loading Required
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires:
babelfishpg_common,uuid-ossp
RPM / DEB
- RPM Repo: WILTON
- RPM Name:
babelfishpg-tsql* - RPM Ver :
3.3.1 - RPM Deps:
babelfishpg-common,libantlr4-runtime - DEB Repo: WILTON
- DEB Name:
babelfishpg-tsql - DEB Ver :
3.3.1 - DEB Deps:
babelfishpg-common,libantlr4-runtime4.9.3
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
|||||
el8 |
aarch64 |
|||||
el9 |
x86_64 |
|||||
el9 |
aarch64 |
|||||
d12 |
x86_64 |
|||||
d12 |
aarch64 |
|||||
u22 |
x86_64 |
|||||
u22 |
aarch64 |
|||||
u24 |
x86_64 |
|||||
u24 |
aarch64 |
Installation
Install babelfishpg_tsql via the pig CLI tool:
pig ext install babelfishpg_tsql
Install babelfishpg_tsql via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["babelfishpg_tsql"]}' # -l <cls>
Install babelfishpg_tsql RPM from YUM repo directly:
dnf install babelfishpg-tsql*;
Install babelfishpg_tsql DEB from APT repo directly:
apt install babelfishpg-tsql;
Extension babelfishpg_tsql has to be loaded via shared_preload_libraries
shared_preload_libraries = 'babelfishpg_tsql'; # add to pg cluster config
Create babelfishpg_tsql extension on PostgreSQL cluster:
CREATE EXTENSION babelfishpg_tsql CASCADE;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.