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:
@ -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);
|
||||
|
Reference in New Issue
Block a user