forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6540cc5
committed
Fix vague comment in jsonb documentation
The sample query fails because of an attempt to update the key of a numeric.But the comment says it's just because of the missing object key. That's notcorrect because jsonb subscription automatically adds missing keys.Reported-by: Nikita Konev1 parent14d9b37 commit6540cc5
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
651 |
| - | |
| 651 | + | |
| 652 | + | |
652 | 653 |
| |
653 | 654 |
| |
654 | 655 |
| |
|
0 commit comments
Comments
(0)