forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita967878
committed
Mention REINDEX CONCURRENTLY in documentation about index maintenance
The documentation includes a section about index maintenance andreindexing, mentioning a set of steps based on CREATE INDEX CONCURRENTLYand ALTER TABLE (for constraint dependencies) to emulate REINDEXCONCURRENTLY. Now that REINDEX CONCURRENTLY is supported, let's justdirectly mention it instead.Reported-by: Peter GeogheganAuthor: Michael PaquierReviewed-by: Peter Eisentraut, Tom LaneDiscussion:https://postgr.es/m/CAH2-WzmEL168t6w29aKrKXtpq9-apcmp0HC7K-fKt6ZgLXV6Dg@mail.gmail.com1 parentacb897b commita967878
1 file changed
+4
-13
lines changedLines changed: 4 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
869 | 869 |
| |
870 | 870 |
| |
871 | 871 |
| |
872 |
| - | |
873 |
| - | |
874 |
| - | |
875 |
| - | |
876 |
| - | |
877 |
| - | |
878 |
| - | |
879 |
| - | |
880 |
| - | |
881 |
| - | |
882 |
| - | |
883 |
| - | |
884 |
| - | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
885 | 876 |
| |
886 | 877 |
| |
887 | 878 |
| |
|
0 commit comments
Comments
(0)