-
Notifications
You must be signed in to change notification settings - Fork 67
DELETE with subquery doesn't delete rows #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jamatthews
You don't have to apologize for helping us to make pg_pathman better :) Could you try the |
Master seems to work. Was this issue fixed in this commit? be634f0 |
Precisely, we'll roll out an update ASAP (we have a few more bugfixes that's not quite there yet). As a workaround, you can safely use |
Released 1.4.2. |
Hello, thanks for fixing this! I've been really busy with other stuff but we've just updated to pathman 1.4.2. The subquery works perfectly now. However... the USING form of the DELETE query now throws an error: |
Hi @jamatthews Could you open a new issue regarding this problem with DELETE + USING? |
Hello, sorry to file another bug report. I have a strange issue where deleting using a subquery just... doesn't work. It runs but it doesn't delete rows that it should delete.
I have two tables which are range partitioned partitioned by the same column and I'm trying to delete from one table using a sub-query to the other table.
but using USING
The text was updated successfully, but these errors were encountered: