PostgreSQL Source Code git master
Loading...
Searching...
No Matches
rewriteGraphTable.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * rewriteGraphTable.h
4 * Support for rewriting GRAPH_TABLE clauses.
5 *
6 *
7 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
9 *
10 * src/include/rewrite/rewriteGraphTable.h
11 *
12 *-------------------------------------------------------------------------
13 */
14#ifndef REWRITEGRAPHTABLE_H
15#define REWRITEGRAPHTABLE_H
16
17#include "nodes/parsenodes.h"
18
19extern Query *rewriteGraphTable(Query *parsetree, int rt_index);
20
21#endif /* REWRITEGRAPHTABLE_H */
Query * rewriteGraphTable(Query *parsetree, int rt_index)