forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2031e16
committed
Doc: fix confusion about LEAKPROOF in syntax summaries.
The syntax summaries for CREATE FUNCTION and allied commandsmade it look like LEAKPROOF is an alternative toIMMUTABLE/STABLE/VOLATILE, when of course it is an orthogonaloption. Improve that.Per gripe from aazamrafeeque0. Thanks to David Johnston forsuggestions.Discussion:https://postgr.es/m/162444349581.694.5818572718530259025@wrigleys.postgresql.org1 parent126cdaf commit2031e16
File tree
3 files changed
+8
-5
lines changed- doc/src/sgml/ref
3 files changed
+8
-5
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
0 commit comments
Comments
(0)