forked from tds-fdw/tds_fdw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tds_fdw.control
21 lines (20 loc) · 865 Bytes
/
tds_fdw.control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#*------------------------------------------------------------------
#
# Foreign data wrapper for TDS (Sybase and Microsoft SQL Server)
#
# Author: Geoff Montee
# Name: tds_fdw
# File: tds_fdw/tds_fdw.control
#
# Description:
# This is a PostgreSQL foreign data wrapper for use to connect to databases that use TDS,
# such as Sybase databases and Microsoft SQL server.
#
# This foreign data wrapper requires requires a library that uses the DB-Library interface,
# such as FreeTDS (http://www.freetds.org/). This has been tested with FreeTDS, but not
# the proprietary implementations of DB-Library.
#----------------------------------------------------------------------------
comment = 'Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)'
default_version = '2.0.0-alpha.2'
module_pathname = '$libdir/tds_fdw'
relocatable = true