File: pg_query_json_plpgsql.h

package info (click to toggle)
ruby-pg-query 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,640 kB
  • sloc: ansic: 144,813; ruby: 825; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef PG_QUERY_JSON_PLPGSQL_H
#define PG_QUERY_JSON_PLPGSQL_H

#include "postgres.h"
#include "plpgsql.h"

char* plpgsqlToJSON(PLpgSQL_function* func);

#endif