|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| List * | groupClause |
| List * | qual |
Definition at line 2531 of file pathnodes.h.
| List* GroupPath::groupClause |
Definition at line 2535 of file pathnodes.h.
| Path GroupPath::path |
Definition at line 2533 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* GroupPath::qual |
Definition at line 2536 of file pathnodes.h.
| Path* GroupPath::subpath |
Definition at line 2534 of file pathnodes.h.