Bruno Simioni
Results
2
issues of
Bruno Simioni
Atri, PostgreSQL 9.3 FDW API provides great new features, like push-down matches, writeable table and performance issues (in an overall pov). Is there any activity plan to migrate JDBC_FDW to...
-- foreign database CREATE TABLE foreign_table (id BIGSERIAL); -- local database CREATE TABLE local_table (id BIGSERIAL, remote_id BIGSERIAL); CREATE FOREIGN TABLE local_foreign_table ( id BIGINT ) SERVER aserver OPTIONS (...