ext/pg_query/pg_query_json_plpgsql.h (
6
lines of code) (
raw
):
#ifndef PG_QUERY_JSON_PLPGSQL_H #define PG_QUERY_JSON_PLPGSQL_H #include "postgres.h" #include "plpgsql.h" char* plpgsqlToJSON(PLpgSQL_function* func); #endif