Bug 219671 - [NEW PORT] databases/tds_fdw: PostgreSQL foreign data wrapper to connect to TDS databases
Summary: [NEW PORT] databases/tds_fdw: PostgreSQL foreign data wrapper to connect to T...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-31 03:35 UTC by Jov
Modified: 2017-07-14 09:15 UTC (History)
2 users (show)

See Also:


Attachments
postgresql-tdw_fdw.shar (2.06 KB, text/plain)
2017-05-31 03:35 UTC, Jov
no flags Details
postgresql-tdw_fdw.shar (2.14 KB, text/plain)
2017-07-06 03:03 UTC, Jov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jov 2017-05-31 03:35:35 UTC
Created attachment 183083 [details]
postgresql-tdw_fdw.shar

Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that
use the Tabular Data Stream (TDS) protocol, such as Sybase databases and
Microsoft SQL server. The current version does not yet support JOIN push-down, 
or write operations. It does support WHERE and column pushdowns when
match_column_names is enabled.

WWW: https://github.com/tds-fdw/tds_fdw
Comment 1 Jov 2017-07-06 03:03:10 UTC
Created attachment 184103 [details]
postgresql-tdw_fdw.shar

add strip in post-install
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-14 09:15:15 UTC
A commit references this bug:

Author: tz
Date: Fri Jul 14 09:14:12 UTC 2017
New revision: 445739
URL: https://svnweb.freebsd.org/changeset/ports/445739

Log:
  New port: databases/postgresql-tds_fdw

  Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that
  use the Tabular Data Stream (TDS) protocol, such as Sybase databases and
  Microsoft SQL server. The current version does not yet support JOIN push-down,
  or write operations. It does support WHERE and column pushdowns when
  match_column_names is enabled.

  WWW: https://github.com/tds-fdw/tds_fdw

  PR:           219671
  Submitted by: Jov <amutu@amutu.com>

Changes:
  head/databases/Makefile
  head/databases/postgresql-tds_fdw/
  head/databases/postgresql-tds_fdw/Makefile
  head/databases/postgresql-tds_fdw/distinfo
  head/databases/postgresql-tds_fdw/pkg-descr
Comment 3 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2017-07-14 09:15:53 UTC
Committed, thanks!