Changes between Initial Version and Version 1 of Ticket #29482, comment 5
- Timestamp:
- Jun 13, 2018, 6:09:46 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29482, comment 5
initial v1 3 3 The four path traversal operators (`->`, `->>`, `#>`, `#>>`) are all incompatible. 4 4 5 Standardizing on a single operator for all queries (I suggest `->`)would make things easier to deal with, but people may still have indices they are unable to use.5 Standardizing on a single operator for all queries would make things easier to deal with, but people may still have indices they are unable to use. 6 6 Allowing the operator to be controlled may be a quick workaround. 7 7 Ideally, the `Index` classes should support JSON paths (and partial indexes), so the definition can be standardized to the same operators.