From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Dhritman Roy <dhritman(dot)roy(at)NetCracker(dot)com> |
Cc: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: dblink Future support vs FDW |
Date: | 2024-06-27 16:00:12 |
Message-ID: | 1747822.1719504012@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Dhritman Roy <dhritman(dot)roy(at)NetCracker(dot)com> writes:
> My organization is building something which is using dblink and what we are building shall take several months and then to be offered to a client.
> I just wanted to check what is the future/roadmap of dblink?
> Is it going to be obsolete/removed from PostGreSQL in upcoming versions?
I don't foresee us removing it any time soon, because there are things
you can do with it that aren't possible in the FDW model
(particularly, issue DDL to the remote server). Even if we did kick
it out of the core distribution at some point, it could live on as an
externally-maintained extension.
Having said that, it is a bit of a development backwater, so you
should probably not count on anyone being interested enough to add
new features to it.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Marthin Laubscher | 2024-06-27 16:07:53 | Alignment check |
Previous Message | agharta82@gmail.com | 2024-06-27 15:51:42 | Re: A way to optimize sql about the last temporary-related row |