Packages

An Elixir interface to the libpg_query postgres query parser. Converts a valid PostgreSQL query into a Protobuf based AST.

Current section

Files

Jump to
pg_query_ex c_src libpg_query src postgres_deparse.h
Raw

c_src/libpg_query/src/postgres_deparse.h

#ifndef POSTGRES_DEPARSE_H
#define POSTGRES_DEPARSE_H
#include "lib/stringinfo.h"
#include "nodes/parsenodes.h"
extern void deparseRawStmt(StringInfo str, RawStmt *raw_stmt);
#endif