Fabrízio de Royes Mello
Fabrízio de Royes Mello
> cc [@fabriziomello](https://github.com/fabriziomello) since you did the original fix Looks like it is another problem. I had a look on it some days ago but didn't found the root cause....
The PR #7161 will fix it.
Example: ```sql CREATE TABLE pgbouncer.instances ( bouncer_name TEXT PRIMARY KEY, bouncer_connect_string TEXT, active BOOLEAN NOT NULL DEFAULT true ); INSERT INTO pgbouncer.instances VALUES ('pgbouncer1', 'host=/tmp port=6432 dbname=pgbouncer'); CREATE OR REPLACE...
@dmpgpro is that possible?
Will be solved by #8229
> This is not a mistake but the usual post-release pr, right? You're correct... my bad!!!
> GA is due soon. What is the plan for v17 supported release? Thanks! The plan is to release tsdb 2.17.0 with pg17 support next week. The extension is huge...
> Is there any news about the release of version 17? We found some outstanting issues regarding PG17 and the fixed got merged today. So probably tomorrow we'll start to...
> @fabriziomello Now I see `2.17.0` in repo, but max version of PostgreSQL is 16: > > ``` > timescaledb-2-2.17.0-postgresql-14 - An open-source time-series database based on PostgreSQL, as an...
> I can see docker images for timescaledb pg17 but can't find timescaledb-ha with pg17 Any info for when will timescaledb-ha images get postgres 17? If I'm not mistaken those...