forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit227338b
committed
Doc: improve introductory information about procedures.
Clarify the discussion in "User-Defined Procedures", by laying outthe key differences between functions and procedures in a bulletedlist. Notably, this avoids burying the lede about procedures beingable to do transaction control. Make the back-link in the CREATEFUNCTION reference page more prominent, and add one in CREATEPROCEDURE.Per gripe from Guyren Howe. Thanks to David Johnston for discussion.Discussion:https://postgr.es/m/BYAPR03MB4903C53A8BB7EFF5EA289674A6949@BYAPR03MB4903.namprd03.prod.outlook.com1 parent3ebc6d2 commit227338b
File tree
3 files changed
+59
-21
lines changed- doc/src/sgml
- ref
3 files changed
+59
-21
lines changedLines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
103 | 108 |
| |
104 | 109 |
| |
105 | 110 |
| |
| |||
578 | 583 |
| |
579 | 584 |
| |
580 | 585 |
| |
581 |
| - | |
582 |
| - | |
583 |
| - | |
584 |
| - | |
585 |
| - | |
586 |
| - | |
587 | 586 |
| |
588 | 587 |
| |
589 | 588 |
| |
| |||
661 | 660 |
| |
662 | 661 |
| |
663 | 662 |
| |
664 |
| - | |
665 |
| - | |
| 663 | + | |
666 | 664 |
| |
667 | 665 |
| |
668 | 666 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
79 | 84 |
| |
80 | 85 |
| |
81 | 86 |
| |
|
Lines changed: 48 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
| 67 | + | |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 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 | + | |
| 126 | + | |
| 127 | + | |
92 | 128 |
| |
93 | 129 |
| |
94 | 130 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
99 | 134 |
| |
100 | 135 |
| |
101 | 136 |
| |
|
0 commit comments
Comments
(0)