Changes between Initial Version and Version 1 of Ticket #35734, comment 14
- Timestamp:
- Sep 20, 2024, 11:00:06 AM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35734, comment 14
initial v1 5 5 6 6 I'm assuming that it's a "good thing" to prefer the native JSONObject over just using jsonb_build_object all the time. In my experience, there is no _practical_ difference, but I'm assuming the original change was accepted because when support for Postgres 14 and 15 is dropped, we can drop the jsonb_build_object code path with a simple delete. Does that sound right? 7 8 Note: Final release of 15 series is scheduled for November 11, 2027. See https://www.postgresql.org/support/versioning/