PostgreSQL Source Code git master
Loading...
Searching...
No Matches
propgraphcmds.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * propgraphcmds.h
4 * prototypes for propgraphcmds.c.
5 *
6 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * src/include/commands/propgraphcmds.h
10 *
11 *-------------------------------------------------------------------------
12 */
13
14#ifndef PROPGRAPHCMDS_H
15#define PROPGRAPHCMDS_H
16
18#include "parser/parse_node.h"
19
22
23#endif /* PROPGRAPHCMDS_H */
#define stmt
ObjectAddress AlterPropGraph(ParseState *pstate, const AlterPropGraphStmt *stmt)
ObjectAddress CreatePropGraph(ParseState *pstate, const CreatePropGraphStmt *stmt)