json_typeof function.
Andrew Dunstan <andrew@dunslane.net>
json_typeof function. Andrew Tipton.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +28 −3 |
| src/backend/utils/adt/json.c | modified | +52 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +2 −0 |
| src/include/utils/json.h | modified | +2 −0 |
| src/test/regress/expected/json_1.out | modified | +29 −0 |
| src/test/regress/expected/json.out | modified | +29 −0 |
| src/test/regress/sql/json.sql | modified | +15 −0 |