Redshift support after postgresql@14 deprecation #1557
Replies: 1 comment 1 reply
-
|
We're not supporting the We already had to deal with a similar problem a long time ago (some history in #718), and back then it was solved by vendoring in libpq. It could be that something has changed in Why not use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As I know when we setup pgcli from brew. It install
postgresql@14. and this is the last version where Amazon Redshift has supported.Amazon Redshift deviated Postgres library after this. So Redshift is not supported if we upgrade the library to something after this.
Now I see below message
Warning: postgresql@14 has been deprecated because it is not supported upstream! It will be disabled on 2026-11-12.So is there any plans for alternatives for this to support Redshift on pgcli ?
Beta Was this translation helpful? Give feedback.
All reactions