########################################################################## # # foreign-data wrapper for ODBC # # Copyright (c) 2011, PostgreSQL Global Development Group # # This software is released under the PostgreSQL Licence # # Author: Zheng Yang # # IDENTIFICATION # odbc_fdw/odbc_fdw.control # ########################################################################## comment = 'Foreign data wrapper for accessing remote databases using ODBC' default_version = '1.0' module_pathname = '$libdir/odbc_fdw' relocatable = true