From 5264d9154178d3aeaa0359b43a450298a7ce7281 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 29 Jan 2014 15:39:01 -0500 Subject: Add json_array_elements_text function. This was a notable omission from the json functions added in 9.3 and there have been numerous complaints about its absence. Laurence Rowe. --- src/include/utils/json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/utils/json.h') diff --git a/src/include/utils/json.h b/src/include/utils/json.h index ed96a62f635..baf751e9991 100644 --- a/src/include/utils/json.h +++ b/src/include/utils/json.h @@ -58,6 +58,7 @@ extern Datum json_array_length(PG_FUNCTION_ARGS); extern Datum json_each(PG_FUNCTION_ARGS); extern Datum json_each_text(PG_FUNCTION_ARGS); extern Datum json_array_elements(PG_FUNCTION_ARGS); +extern Datum json_array_elements_text(PG_FUNCTION_ARGS); extern Datum json_populate_record(PG_FUNCTION_ARGS); extern Datum json_populate_recordset(PG_FUNCTION_ARGS); extern Datum json_to_record(PG_FUNCTION_ARGS); -- cgit v1.2.3