mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
The functions remove object fields, including in nested objects, that have null as a value. In certain cases this can lead to considerably smaller datums, with no loss of semantic information. Andrew Dunstan, reviewed by Pavel Stehule.