Home
last modified time | relevance | path

Searched defs:RangeTblEntry (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/nodes/
H A Dparsenodes.h991 typedef struct RangeTblEntry struct
993 NodeTag type;
995 RTEKind rtekind; /* see above */
1022 Oid relid; /* OID of the relation */
1030 Query *subquery; /* the sub-query */
1068 JoinType jointype; /* type of join */
1079 Alias *join_using_alias;
1095 TableFunc *tablefunc;
1105 char *ctename; /* name of the WITH list item */
1106 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/include/nodes/
H A Dparsenodes.h991 typedef struct RangeTblEntry struct
993 NodeTag type;
995 RTEKind rtekind; /* see above */
1022 Oid relid; /* OID of the relation */
1030 Query *subquery; /* the sub-query */
1068 JoinType jointype; /* type of join */
1079 Alias *join_using_alias;
1095 TableFunc *tablefunc;
1105 char *ctename; /* name of the WITH list item */
1106 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/nodes/
H A Dparsenodes.h991 typedef struct RangeTblEntry struct
993 NodeTag type;
995 RTEKind rtekind; /* see above */
1022 Oid relid; /* OID of the relation */
1030 Query *subquery; /* the sub-query */
1068 JoinType jointype; /* type of join */
1079 Alias *join_using_alias;
1095 TableFunc *tablefunc;
1105 char *ctename; /* name of the WITH list item */
1106 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/nodes/
H A Dparsenodes.h991 typedef struct RangeTblEntry struct
993 NodeTag type;
995 RTEKind rtekind; /* see above */
1022 Oid relid; /* OID of the relation */
1030 Query *subquery; /* the sub-query */
1068 JoinType jointype; /* type of join */
1079 Alias *join_using_alias;
1095 TableFunc *tablefunc;
1105 char *ctename; /* name of the WITH list item */
1106 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/nodes/
H A Dparsenodes.h991 typedef struct RangeTblEntry struct
993 NodeTag type;
995 RTEKind rtekind; /* see above */
1022 Oid relid; /* OID of the relation */
1030 Query *subquery; /* the sub-query */
1068 JoinType jointype; /* type of join */
1079 Alias *join_using_alias;
1095 TableFunc *tablefunc;
1105 char *ctename; /* name of the WITH list item */
1106 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/nodes/
H A Dparsenodes.h991 typedef struct RangeTblEntry struct
993 NodeTag type;
995 RTEKind rtekind; /* see above */
1022 Oid relid; /* OID of the relation */
1030 Query *subquery; /* the sub-query */
1068 JoinType jointype; /* type of join */
1079 Alias *join_using_alias;
1095 TableFunc *tablefunc;
1105 char *ctename; /* name of the WITH list item */
1106 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/parser/
H A Dparsenodes.h971 typedef struct RangeTblEntry struct
973 NodeTag type;
975 RTEKind rtekind; /* see above */
1002 Oid relid; /* OID of the relation */
1010 Query *subquery; /* the sub-query */
1048 JoinType jointype; /* type of join */
1068 TableFunc *tablefunc;
1073 List *values_lists; /* list of expression lists */
1078 char *ctename; /* name of the WITH list item */
1079 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/nodes/
H A Dparsenodes.h977 typedef struct RangeTblEntry struct
979 NodeTag type;
981 RTEKind rtekind; /* see above */
1008 Oid relid; /* OID of the relation */
1016 Query *subquery; /* the sub-query */
1054 JoinType jointype; /* type of join */
1074 TableFunc *tablefunc;
1079 List *values_lists; /* list of expression lists */
1084 char *ctename; /* name of the WITH list item */
1085 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/nodes/
H A Dparsenodes.h977 typedef struct RangeTblEntry struct
979 NodeTag type;
981 RTEKind rtekind; /* see above */
1008 Oid relid; /* OID of the relation */
1016 Query *subquery; /* the sub-query */
1054 JoinType jointype; /* type of join */
1074 TableFunc *tablefunc;
1079 List *values_lists; /* list of expression lists */
1084 char *ctename; /* name of the WITH list item */
1085 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/nodes/
H A Dparsenodes.h977 typedef struct RangeTblEntry struct
979 NodeTag type;
981 RTEKind rtekind; /* see above */
1008 Oid relid; /* OID of the relation */
1016 Query *subquery; /* the sub-query */
1054 JoinType jointype; /* type of join */
1074 TableFunc *tablefunc;
1079 List *values_lists; /* list of expression lists */
1084 char *ctename; /* name of the WITH list item */
1085 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/nodes/
H A Dparsenodes.h977 typedef struct RangeTblEntry struct
979 NodeTag type;
981 RTEKind rtekind; /* see above */
1008 Oid relid; /* OID of the relation */
1016 Query *subquery; /* the sub-query */
1054 JoinType jointype; /* type of join */
1074 TableFunc *tablefunc;
1079 List *values_lists; /* list of expression lists */
1084 char *ctename; /* name of the WITH list item */
1085 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/parser/
H A Dparsenodes.h990 typedef struct RangeTblEntry struct
992 NodeTag type;
994 RTEKind rtekind; /* see above */
1021 Oid relid; /* OID of the relation */
1029 Query *subquery; /* the sub-query */
1067 JoinType jointype; /* type of join */
1078 Alias *join_using_alias;
1094 TableFunc *tablefunc;
1104 char *ctename; /* name of the WITH list item */
1105 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/parser/
H A Dparsenodes.h969 typedef struct RangeTblEntry struct
971 NodeTag type;
973 RTEKind rtekind; /* see above */
1000 Oid relid; /* OID of the relation */
1008 Query *subquery; /* the sub-query */
1028 JoinType jointype; /* type of join */
1045 TableFunc *tablefunc;
1050 List *values_lists; /* list of expression lists */
1055 char *ctename; /* name of the WITH list item */
1056 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/include/nodes/
H A Dparsenodes.h975 typedef struct RangeTblEntry struct
977 NodeTag type;
979 RTEKind rtekind; /* see above */
1006 Oid relid; /* OID of the relation */
1014 Query *subquery; /* the sub-query */
1034 JoinType jointype; /* type of join */
1051 TableFunc *tablefunc;
1056 List *values_lists; /* list of expression lists */
1061 char *ctename; /* name of the WITH list item */
1062 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/include/nodes/
H A Dparsenodes.h975 typedef struct RangeTblEntry struct
977 NodeTag type;
979 RTEKind rtekind; /* see above */
1006 Oid relid; /* OID of the relation */
1014 Query *subquery; /* the sub-query */
1034 JoinType jointype; /* type of join */
1051 TableFunc *tablefunc;
1056 List *values_lists; /* list of expression lists */
1061 char *ctename; /* name of the WITH list item */
1062 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/nodes/
H A Dparsenodes.h975 typedef struct RangeTblEntry struct
977 NodeTag type;
979 RTEKind rtekind; /* see above */
1006 Oid relid; /* OID of the relation */
1014 Query *subquery; /* the sub-query */
1034 JoinType jointype; /* type of join */
1051 TableFunc *tablefunc;
1056 List *values_lists; /* list of expression lists */
1061 char *ctename; /* name of the WITH list item */
1062 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/nodes/
H A Dparsenodes.h975 typedef struct RangeTblEntry struct
977 NodeTag type;
979 RTEKind rtekind; /* see above */
1006 Oid relid; /* OID of the relation */
1014 Query *subquery; /* the sub-query */
1034 JoinType jointype; /* type of join */
1051 TableFunc *tablefunc;
1056 List *values_lists; /* list of expression lists */
1061 char *ctename; /* name of the WITH list item */
1062 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/nodes/
H A Dparsenodes.h975 typedef struct RangeTblEntry struct
977 NodeTag type;
979 RTEKind rtekind; /* see above */
1006 Oid relid; /* OID of the relation */
1014 Query *subquery; /* the sub-query */
1034 JoinType jointype; /* type of join */
1051 TableFunc *tablefunc;
1056 List *values_lists; /* list of expression lists */
1061 char *ctename; /* name of the WITH list item */
1062 Index ctelevelsup; /* number of query levels up */
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h789 typedef struct RangeTblEntry struct
791 NodeTag type;
793 RTEKind rtekind; /* see above */
804 Oid relid; /* OID of the relation */
805 char relkind; /* relation kind (see pg_class.relkind) */
811 Query *subquery; /* the sub-query */
831 JoinType jointype; /* type of join */
832 List *joinaliasvars; /* list of alias-var expansions */
842 List *functions; /* list of RangeTblFunction nodes */
848 List *values_lists; /* list of expression lists */
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h789 typedef struct RangeTblEntry struct
791 NodeTag type;
793 RTEKind rtekind; /* see above */
804 Oid relid; /* OID of the relation */
805 char relkind; /* relation kind (see pg_class.relkind) */
811 Query *subquery; /* the sub-query */
831 JoinType jointype; /* type of join */
832 List *joinaliasvars; /* list of alias-var expansions */
842 List *functions; /* list of RangeTblFunction nodes */
848 List *values_lists; /* list of expression lists */
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h789 typedef struct RangeTblEntry struct
791 NodeTag type;
793 RTEKind rtekind; /* see above */
804 Oid relid; /* OID of the relation */
805 char relkind; /* relation kind (see pg_class.relkind) */
811 Query *subquery; /* the sub-query */
831 JoinType jointype; /* type of join */
832 List *joinaliasvars; /* list of alias-var expansions */
842 List *functions; /* list of RangeTblFunction nodes */
848 List *values_lists; /* list of expression lists */
[all …]
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/parser/
H A Dparsenodes.h803 typedef struct RangeTblEntry struct
805 NodeTag type;
807 RTEKind rtekind; /* see above */
818 Oid relid; /* OID of the relation */
819 char relkind; /* relation kind (see pg_class.relkind) */
825 Query *subquery; /* the sub-query */
845 JoinType jointype; /* type of join */
846 List *joinaliasvars; /* list of alias-var expansions */
856 List *functions; /* list of RangeTblFunction nodes */
862 List *values_lists; /* list of expression lists */
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h789 typedef struct RangeTblEntry struct
791 NodeTag type;
793 RTEKind rtekind; /* see above */
804 Oid relid; /* OID of the relation */
805 char relkind; /* relation kind (see pg_class.relkind) */
811 Query *subquery; /* the sub-query */
831 JoinType jointype; /* type of join */
832 List *joinaliasvars; /* list of alias-var expansions */
842 List *functions; /* list of RangeTblFunction nodes */
848 List *values_lists; /* list of expression lists */
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h789 typedef struct RangeTblEntry struct
791 NodeTag type;
793 RTEKind rtekind; /* see above */
804 Oid relid; /* OID of the relation */
805 char relkind; /* relation kind (see pg_class.relkind) */
811 Query *subquery; /* the sub-query */
831 JoinType jointype; /* type of join */
832 List *joinaliasvars; /* list of alias-var expansions */
842 List *functions; /* list of RangeTblFunction nodes */
848 List *values_lists; /* list of expression lists */
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/nodes/
H A Dparsenodes.h789 typedef struct RangeTblEntry struct
791 NodeTag type;
793 RTEKind rtekind; /* see above */
804 Oid relid; /* OID of the relation */
805 char relkind; /* relation kind (see pg_class.relkind) */
811 Query *subquery; /* the sub-query */
831 JoinType jointype; /* type of join */
832 List *joinaliasvars; /* list of alias-var expansions */
842 List *functions; /* list of RangeTblFunction nodes */
848 List *values_lists; /* list of expression lists */
[all …]

12