- Notifications
You must be signed in to change notification settings - Fork28
Commitf974212
committed
Deprecate the use of => as an operator name.
In HEAD, emit a warning when an operator named => is defined.In both HEAD and the backbranches (except in 8.2, where contribmodules do not have documentation), document that hstore's text =>text operator may be removed in a future release, and encourage theuse of the hstore(text, text) function instead. This function onlyexists in HEAD (previously, it was called tconvert), so backpatchit back to 8.2, when hstore was added. Per discussion.1 parent9b2c14c commitf974212
File tree
3 files changed
+35
-3
lines changed- doc/src/sgml
- ref
- src/backend/commands
3 files changed
+35
-3
lines changedLines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
228 | 236 |
| |
229 | 237 |
| |
230 | 238 |
| |
| |||
265 | 273 |
| |
266 | 274 |
| |
267 | 275 |
| |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
268 | 284 |
| |
269 | 285 |
| |
270 | 286 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 |
| |
75 | 81 |
| |
76 | 82 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
91 | 101 |
| |
92 | 102 |
| |
93 | 103 |
| |
|
0 commit comments
Comments
(0)