1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

json_typeof function.

Andrew Tipton.
This commit is contained in:
Andrew Dunstan
2013-10-10 12:21:59 -04:00
parent 4b7b9a7904
commit 4d212bac17
8 changed files with 158 additions and 4 deletions

View File

@ -33,6 +33,8 @@ extern Datum json_agg_finalfn(PG_FUNCTION_ARGS);
extern void escape_json(StringInfo buf, const char *str);
extern Datum json_typeof(PG_FUNCTION_ARGS);
/* functions in jsonfuncs.c */
extern Datum json_object_field(PG_FUNCTION_ARGS);
extern Datum json_object_field_text(PG_FUNCTION_ARGS);