forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2d1018c
committed
Improve ALTER TABLE documentation
The ALTER TABLE documentation wasn't terribly clear when it came towhich commands could be combined together and what it meant when theywere.In particular, SET TABLESPACE *can* be combined with other commands,when it's operating against a single table, but not when multiple tablesare being moved with ALL IN TABLESPACE. Further, the actions areapplied together but not really in 'parallel', at least today.Pointed out by: Amit LangoteImproved wording from Tom.Back-patch to 9.4, where the ALL IN TABLESPACE option was added.Discussion:https://www.postgresql.org/message-id/14c535b4-13ef-0590-1b98-76af355a0763%40lab.ntt.co.jp1 parent2259bf6 commit2d1018c
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
770 |
| - | |
771 |
| - | |
| 770 | + | |
| 771 | + | |
772 | 772 |
| |
773 | 773 |
| |
774 |
| - | |
| 774 | + | |
775 | 775 |
| |
776 | 776 |
| |
777 | 777 |
| |
|
0 commit comments
Comments
(0)