- Notifications
You must be signed in to change notification settings - Fork5
Commitb60653b
committed
Remove hstore's text => text operator.
Since PostgreSQL 9.0, we've emitted a warning message when an operatornamed => is created, because the SQL standard now reserves that tokenfor another use. But we've also shipped such an operator with hstore.Use of the function hstore(text, text) has been recommended inpreference to =>(text, text). Per discussion, it's now time to takethe next step and stop shipping the operator. This will allow us toprohibit the use of => as an operator name in a future release if andwhen we wish to support the SQL standard use of this token.The release notes should mention this incompatibility.Patch by me, reviewed by David Wheeler, Dimitri Fontaine and Tom Lane.1 parentbbb6e55 commitb60653b
File tree
5 files changed
+535
-18
lines changed- contrib/hstore
- doc/src/sgml
5 files changed
+535
-18
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
0 commit comments
Comments
(0)