forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2172455
committed
Fix collation of JSON_TABLE output columns
The output columns of JSON_TABLE should have the collations of theirdata type. The existing implementation sets the default collation ifthe type is collatable.Reviewed-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://www.postgresql.org/message-id/flat/9d75ce67-0121-5050-5bec-bf5009db55ce%40enterprisedb.com1 parent4a8a5dd commit2172455
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
518 |
| - | |
519 |
| - | |
520 |
| - | |
| 517 | + | |
521 | 518 |
| |
522 | 519 |
| |
523 | 520 |
| |
|
0 commit comments
Comments
(0)