Drop tables completely #431
Unanswered
ultimoamore
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you just want to remove the table in its entirety and not keep any data, you can just drop the parent table (which should drop the children) and then delete the entry from the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would need to completely drop a table managed by pg_partman (native partitioning).
I don't want to keep any data.
Is there a fast way of doing it?
Using undo_partition data I need to create a "target table" even if I'm not interested in data...
Beta Was this translation helpful? Give feedback.
All reactions