Problemunvalidated
"too many range table entries" error — I'm trying to update a partitioned PostgreSQL table using a PL/pgsql loop. Tension: it contains a self join on a large table. Outcome: If I hardcode the partition to update in the WHERE clauses, it works just fine.
18c3aefe-a50e-4dcc-a5be-7781c41f5afa
"too many range table entries" error — I'm trying to update a partitioned PostgreSQL table using a PL/pgsql loop. Tension: it contains a self join on a large table. Outcome: If I hardcode the partition to update in the WHERE clauses, it works just fine.