Re: Connecting 2 databases within the same instance

From: M Sarwar <sarwarmd02(at)outlook(dot)com>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Connecting 2 databases within the same instance
Date: 2023-10-13 22:36:58
Message-ID: DM4PR19MB5978E1A6A3604E10C90E77CDD3D2A@DM4PR19MB5978.namprd19.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Looking into it.
Thanks Scott!
Sarwar

________________________________
From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Sent: Friday, October 13, 2023 5:58 PM
To: M Sarwar <sarwarmd02(at)outlook(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Connecting 2 databases within the same instance

> On Oct 13, 2023, at 3:53 PM, M Sarwar <sarwarmd02(at)outlook(dot)com> wrote:
>
>
> Hello,
> I have one instance and two database within it. What is the simplest approach which I can adopt to connect these 2 database to one another.
> I want to have the ability to connect to any table. For example database link in Oracle databases. How can I deploy this gracefully?
> Thanks,
> Sarwar

maybe: https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.postgresql.org%2Fdocs%2Fcurrent%2Fpostgres-fdw.html&data=05%7C01%7C%7Ce6781d6ff5b74309aa1508dbcc378edb%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638328311218055582%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=bBtfp0eFhqDAgvZy3hlybdVn80kFVXETZi%2Bkvmgx4rs%3D&reserved=0<https://www.postgresql.org/docs/current/postgres-fdw.html>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2023-10-13 22:39:33 Re: One PG process eating more than 40GB of RAM and getting killed by OOM
Previous Message Scott Ribe 2023-10-13 21:58:26 Re: Connecting 2 databases within the same instance