Skip to content

Commit 694a7f2

Browse files
committed
Improved example for one off tasks [skip ci]
1 parent 32bec75 commit 694a7f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,9 @@ You can also use pgslice to reduce the size of a table without partitioning by c
301301
```sh
302302
pgslice prep <table> --no-partition
303303
pgslice fill <table> --where "id > 1000" # use any conditions
304+
pgslice analyze <table>
304305
pgslice swap <table>
306+
pgslice fill <table> --where "id > 1000" --swapped
305307
```
306308

307309
## Triggers

0 commit comments

Comments
 (0)