We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bec75 commit 694a7f2Copy full SHA for 694a7f2
1 file changed
README.md
@@ -301,7 +301,9 @@ You can also use pgslice to reduce the size of a table without partitioning by c
301
```sh
302
pgslice prep <table> --no-partition
303
pgslice fill <table> --where "id > 1000" # use any conditions
304
+pgslice analyze <table>
305
pgslice swap <table>
306
+pgslice fill <table> --where "id > 1000" --swapped
307
```
308
309
## Triggers
0 commit comments