babelfishpg_common

SQL Server Transact SQL Datatype Support

Overview

Extension: babelfishpg_common : SQL Server Transact SQL Datatype Support

Information

  • Extension ID: 9100
  • Extension Name: babelfishpg_common
  • Package Name: wiltondb
  • Category: SIM
  • License: Apache-2.0
  • Website: https://babelfishpg.org/
  • Language: C
  • Extra Tags: mssql
  • Comment:

Metadata

  • Latest Version: 3.3.3
  • Postgres Support: 15
  • Need Load: Shared library do not need explicit loading
  • Need DDL: Need CREATE EXTENSION DDL
  • Relocatable: Can not install to arbitrary schema
  • Trusted: Untrusted, Require Superuser to Create
  • Schemas: N/A
  • Requires: N/A

RPM / DEB

  • RPM Repo: WILTON
  • RPM Name: babelfishpg-common*
  • RPM Ver : 3.3.3
  • RPM Deps: N/A
  • DEB Repo: WILTON
  • DEB Name: babelfishpg-common
  • DEB Ver : 3.3.3
  • DEB Deps: N/A

Packages

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_common via the pig CLI tool:

pig ext install babelfishpg_common

Install babelfishpg_common via Pigsty playbook:

./pgsql.yml -t pg_extension -e '{"pg_extensions": ["babelfishpg_common"]}' # -l <cls>

Install babelfishpg_common RPM from YUM repo directly:

dnf install babelfishpg-common*;

Install babelfishpg_common DEB from APT repo directly:

apt install babelfishpg-common;

Enable babelfishpg_common extension on PostgreSQL cluster:

CREATE EXTENSION babelfishpg_common;




Last modified 2025-02-17: add extension part (cfa504b)