forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7bd7b20
committed
Require superuser privilege to create base types (but not composites, enums,
or domains). This was already effectively required because you had to ownthe I/O functions, and the I/O functions pretty much have to be written inC since we don't let PL functions take or return cstring. But given thepossible security consequences of a malicious type definition, it seemsprudent to enforce superuser requirement directly. Per recent discussion.1 parentc857298 commit7bd7b20
File tree
2 files changed
+34
-7
lines changed- doc/src/sgml/ref
- src/backend/commands
2 files changed
+34
-7
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
103 | 109 |
| |
104 | 110 |
| |
105 | 111 |
| |
| |||
580 | 586 |
| |
581 | 587 |
| |
582 | 588 |
| |
583 |
| - | |
584 |
| - | |
| 589 | + | |
| 590 | + | |
585 | 591 |
| |
586 | 592 |
| |
587 | 593 |
| |
|
Lines changed: 24 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
103 | 102 |
| |
104 | 103 |
| |
105 | 104 |
| |
| |||
130 | 129 |
| |
131 | 130 |
| |
132 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
133 | 148 |
| |
134 | 149 |
| |
135 | 150 |
| |
| 151 | + | |
| 152 | + | |
136 | 153 |
| |
137 | 154 |
| |
138 | 155 |
| |
139 | 156 |
| |
140 | 157 |
| |
| 158 | + | |
141 | 159 |
| |
142 | 160 |
| |
143 | 161 |
| |
| |||
398 | 416 |
| |
399 | 417 |
| |
400 | 418 |
| |
| 419 | + | |
| 420 | + | |
401 | 421 |
| |
402 | 422 |
| |
403 | 423 |
| |
| |||
419 | 439 |
| |
420 | 440 |
| |
421 | 441 |
| |
| 442 | + | |
422 | 443 |
| |
423 | 444 |
| |
424 | 445 |
| |
|
0 commit comments
Comments
(0)