forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbd180b6
committed
Doc: minor documentation improvements about extensions.
Document the formerly-undocumented behavior that schema and commentcontrol-file entries for an extension are honored only during initialinstallation, whereas other properties are also honored during updates.While at it, do some copy-editing on the recently-added docs for CREATEEXTENSION ... CASCADE, use links for some formerly vague cross references,and make a couple other minor improvements.Back-patch to 9.6 where CASCADE was added. The other parts of thiscould go further back, but they're probably not important enough tobother.1 parent4f405c8 commitbd180b6
2 files changed
+42
-44
lines changedLines changed: 20 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
339 | 341 |
| |
340 | 342 |
| |
341 | 343 |
| |
342 |
| - | |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
345 | 347 |
| |
| |||
453 | 455 |
| |
454 | 456 |
| |
455 | 457 |
| |
456 |
| - | |
457 |
| - | |
458 |
| - | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
459 | 463 |
| |
460 | 464 |
| |
461 | 465 |
| |
| |||
518 | 522 |
| |
519 | 523 |
| |
520 | 524 |
| |
521 |
| - | |
| 525 | + | |
522 | 526 |
| |
523 | 527 |
| |
524 | 528 |
| |
| |||
529 | 533 |
| |
530 | 534 |
| |
531 | 535 |
| |
532 |
| - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
533 | 540 |
| |
534 | 541 |
| |
535 | 542 |
| |
| |||
562 | 569 |
| |
563 | 570 |
| |
564 | 571 |
| |
565 |
| - | |
| 572 | + | |
| 573 | + | |
566 | 574 |
| |
567 | 575 |
| |
568 | 576 |
| |
| |||
580 | 588 |
| |
581 | 589 |
| |
582 | 590 |
| |
583 |
| - | |
| 591 | + | |
584 | 592 |
| |
585 | 593 |
| |
586 | 594 |
| |
| |||
678 | 686 |
| |
679 | 687 |
| |
680 | 688 |
| |
681 |
| - | |
| 689 | + | |
682 | 690 |
| |
683 | 691 |
| |
684 | 692 |
| |
| |||
762 | 770 |
| |
763 | 771 |
| |
764 | 772 |
| |
765 |
| - | |
| 773 | + | |
766 | 774 |
| |
767 | 775 |
| |
768 | 776 |
| |
| |||
877 | 885 |
| |
878 | 886 |
| |
879 | 887 |
| |
880 |
| - | |
| 888 | + | |
881 | 889 |
| |
882 | 890 |
| |
883 | 891 |
| |
|
Lines changed: 22 additions & 32 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
98 | 99 |
| |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
126 | 111 |
| |
| 112 | + | |
127 | 113 |
| |
128 | 114 |
| |
129 | 115 |
| |
| |||
147 | 133 |
| |
148 | 134 |
| |
149 | 135 |
| |
150 |
| - | |
| 136 | + | |
| 137 | + | |
151 | 138 |
| |
152 | 139 |
| |
153 | 140 |
| |
| |||
174 | 161 |
| |
175 | 162 |
| |
176 | 163 |
| |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
181 | 171 |
| |
182 | 172 |
| |
183 | 173 |
| |
|
0 commit comments
Comments
(0)