|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| List * | groupClause |
| List * | qual |
Definition at line 2547 of file pathnodes.h.
| List* GroupPath::groupClause |
Definition at line 2551 of file pathnodes.h.
| Path GroupPath::path |
Definition at line 2549 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* GroupPath::qual |
Definition at line 2552 of file pathnodes.h.
| Path* GroupPath::subpath |
Definition at line 2550 of file pathnodes.h.