We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415b3ce commit d06e280Copy full SHA for d06e280
README.md
@@ -28,6 +28,13 @@ Following are the most common reasons to rewrite a table:
28
data to a new table like in 2). Again, you may need `pg_rewrite` to make
29
the change smooth.
30
31
+4. Move table into another tablespace.
32
+
33
+ `ALTER TABLE` command can do that, but it allows neither write nor read
34
+ access to the table during the rewriting. With `pg_rewrite`, you only need
35
+ to create the new table in the desired tablespace. The rest is identical
36
+ to the other use cases.
37
38
Note that the following use cases can be combined in a single rewrited.
39
40
0 commit comments