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
19
extern
Query
*
rewriteGraphTable
(
Query
*parsetree,
int
rt_index);
20
21
#endif
/* REWRITEGRAPHTABLE_H */
parsenodes.h
rewriteGraphTable
Query * rewriteGraphTable(Query *parsetree, int rt_index)
Definition
rewriteGraphTable.c:110
Query
Definition
parsenodes.h:118
src
include
rewrite
rewriteGraphTable.h
Generated on Tue Mar 17 2026 18:13:18 for PostgreSQL Source Code by
1.9.8