postgres-fdw Questions

2

I would like to use postgres_fdw and house a FOREIGN TABLE in my database. Is it possible to define a trigger on the local server for this FOREIGN TABLE that recognizes an INSERT event on the remot...
Barbour asked 5/6, 2019 at 17:49

2

Solved

My problem is that I am using PostgreSQL database and want to import a table named vfm from other database, say B. But there's a table with the same name table in my current database (A). I'm getti...

1

can be used postgres_fdw to connect via ssh tunnel? The database is accessible only from the DB server, andI need to join from another remote server. The DB server log in with SSH keys. If it's ...
Ostracism asked 16/10, 2014 at 15:42

4

Solved

I have two Postgres 9.3.5 instances in RDS, both in one security group that allows all inbound traffic from within the security group and all outbound traffic. I'm trying to set up one database to ...
Nadaha asked 26/2, 2015 at 16:39

3

Solved

Is it possible to create a foreign table, using Postgres Foreign Data Wrapper, that points to a view instead of a table?
Balfore asked 16/5, 2014 at 15:7

2

suppose I have a query like select * from remote_table join local_table using(common_key) where remote_table is a FOREIGN TABLE with postgres_fdw and local_table is a regular table. local_tab...
Usia asked 22/8, 2018 at 15:27

3

I'm connected to schema apm. Trying to execute a function and getting below error: ERROR: user mapping not found for "postgres" Database connection info says: apm on postgres@PostgreSQL ...
Tyson asked 30/11, 2017 at 13:43

2

Solved

I have a use case to distribute data across many databases on many servers, all in postgres tables. From any given server/db, I may need to query another server/db. The queries are quite basic, sta...
Rasbora asked 16/1, 2018 at 18:11
1

© 2022 - 2024 — McMap. All rights reserved.