/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/commands/propgraphcmds.h
23 строки
742 B
Peter Eisentraut
SQL Property Graph Queries (SQL/PGQ)
16 мар 2026, 12:14
16 мар 2026, 12:14
2f094e7
Код
Авторство
О чём код?
/*------------------------------------------------------------------------- * * propgraphcmds.h * prototypes for propgraphcmds.c. * * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/commands/propgraphcmds.h * *------------------------------------------------------------------------- */ #ifndef PROPGRAPHCMDS_H #define PROPGRAPHCMDS_H #include "catalog/objectaddress.h" #include "parser/parse_node.h" extern ObjectAddress CreatePropGraph(ParseState *pstate, const CreatePropGraphStmt *stmt); extern ObjectAddress AlterPropGraph(ParseState *pstate, const AlterPropGraphStmt *stmt); #endif /* PROPGRAPHCMDS_H */