python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Create trigger in MS SQL Server database to insert/update into another Postgres database
We are changing MS SQL Server to Postgres in our application. The application uses Blue-Green deployment, which is why there will be a period of time when the old version will still work with MS SQL ...
FireShock
Votes: 0
Answers: 1
Use foreign data wrapper for forwarding
The following architecture: Server A has access to Server B, Server B has access to Server C, but Server A has no direct access to Server C.
I can create a foreign server on Server B like this:
CREATE...

Lokomotywa
Votes: 0
Answers: 1
Slow performance of Postgresql script with foreign server
As a former SQL Server developer, I am curious, why that kind of script can be extremely slow in Postgresql?
I have some tables on local database in public schema, and I configured a foreign server wi...
Gerard Jaryczewski
Votes: 0
Answers: 0