tds_fdw
Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)
Module:
Categories:
Overview
PGDG 1st Party Extension: tds_fdw
: Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)
Information
- Extension ID: 8620
- Extension Name:
tds_fdw
- Package Name:
tds_fdw
- Category:
FDW
- License: PostgreSQL
- Website: https://github.com/tds-fdw/tds_fdw
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 2.0.4
- Postgres Support:
17
,16
,15
,14
,13
- 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: PGDG
- RPM Name:
tds_fdw_$v*
- RPM Ver :
2.0.4
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-tds-fdw
- DEB Ver :
2.0.4
- DEB Deps: N/A
Packages
Installation
Install tds_fdw
via the pig
CLI tool:
pig ext install tds_fdw
Install tds_fdw
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["tds_fdw"]}' # -l <cls>
Install tds_fdw
RPM from YUM repo directly:
dnf install tds_fdw_17*;
dnf install tds_fdw_16*;
dnf install tds_fdw_15*;
dnf install tds_fdw_14*;
dnf install tds_fdw_13*;
Install tds_fdw
DEB from APT repo directly:
apt install postgresql-17-tds-fdw;
apt install postgresql-16-tds-fdw;
apt install postgresql-15-tds-fdw;
apt install postgresql-14-tds-fdw;
apt install postgresql-13-tds-fdw;
Enable tds_fdw
extension on PostgreSQL cluster:
CREATE EXTENSION tds_fdw;
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.