wrobell

Results 61 comments of wrobell

I am in a need to use PostgreSQL logical replication. As this might never be supported I had to implement my own script to synchronize tables. While the script is...

Maybe logical replication will be possible with PostgreSQL 13? https://www.depesz.com/2020/04/17/waiting-for-postgresql-13-add-logical-replication-support-to-replicate-into-partitioned-tables/

It would be great to get this feature implemented.

@sb230132 @jnidzwetzki Is this ticket a duplicate of some other ticket? Is the "where" predicate improvement still on your roadmap? Whatever it is, and whatever you decision, IMHO, this ticket...

Is there still any objection to add `some->` and `some->>` into Hyrule?

I had exactly the same problem. The error I was getting ``` duckdb.duckdb.CatalogException: Catalog Error: Table with name some_table does not exist! Did you mean "db.pg_temp_7.some_table"? ``` Could it be...

Certain execution plans by Timescale might be tricky. I am struggling with something similar (I hope to raise separate ticket soon). @djzurawski Please try to see the plan for ```...

My workflow usually involves more steps. Let me try to figure out if the additional steps (or additional images) cause the issue. I hope to provide better description to reproduce...