Geoff Montee

Results 9 issues of Geoff Montee

Write support for PostgreSQL 9.3+ isn't working for this yet. When I get around to it, the documentation for the callback functions is [here](http://www.postgresql.org/docs/9.3/interactive/fdw-callbacks.html#FDW-CALLBACKS-UPDATE).

enhancement
hacktoberfest

Ctrl+C doesn't cancel a query running against tds_fdw in psql. I'm guessing any program linked with libpq will not be able to cancel a query running against tds_fdw. I wonder...

hacktoberfest

To test the fix in #222, we should create a unit test that runs `IMPORT FOREIGN SCHEMA` on a schema that contains no tables.

It might be a nice improvement to our CI if were able to create core dumps when PostgreSQL crashes and also able to automatically extract back traces from them. This...

Currently, tds_fdw can't set the character set for the connection. The FreeTDS implementation of DB-Library does have the DBSETLCHARSET macro to set the character set: http://www.freetds.org/reference/a00284.html#ga114 However, it says it...

enhancement
hacktoberfest

We already have `showplan_all` for Microsoft SQL Server. We should have a `row_estimate_method` for Sybase as well. I'm not yet sure if there are any good ways to get row...

hacktoberfest

PostgreSQL 9.5 adds IMPORT FOREIGN SCHEMA, but this is not yet implemented in tds_fdw. http://www.postgresql.org/docs/9.5/static/sql-importforeignschema.html http://blog.2ndquadrant.com/postgresql-9-5-import-foreign-schema/

When the "manager" code sample is used, the Docker configuration does not create the S3 bucket in the minio container. This causes errors to be seen when the backup command...

When following the instructions to use the "kubernetes-university-live" code sample in Scylla U, a dependency is not listed, which causes a failure. ### Steps to reproduce 1. Install gcloud via...