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
17
#include "
catalog/objectaddress.h
"
18
#include "
parser/parse_node.h
"
19
20
extern
ObjectAddress
CreatePropGraph
(
ParseState
*pstate,
const
CreatePropGraphStmt
*
stmt
);
21
extern
ObjectAddress
AlterPropGraph
(
ParseState
*pstate,
const
AlterPropGraphStmt
*
stmt
);
22
23
#endif
/* PROPGRAPHCMDS_H */
stmt
#define stmt
Definition
indent_codes.h:59
objectaddress.h
parse_node.h
AlterPropGraph
ObjectAddress AlterPropGraph(ParseState *pstate, const AlterPropGraphStmt *stmt)
Definition
propgraphcmds.c:1291
CreatePropGraph
ObjectAddress CreatePropGraph(ParseState *pstate, const CreatePropGraphStmt *stmt)
Definition
propgraphcmds.c:104
AlterPropGraphStmt
Definition
parsenodes.h:4310
CreatePropGraphStmt
Definition
parsenodes.h:4251
ObjectAddress
Definition
objectaddress.h:26
ParseState
Definition
parse_node.h:208
src
include
commands
propgraphcmds.h
Generated on Tue Mar 17 2026 18:13:17 for PostgreSQL Source Code by
1.9.8