PostgreSQL Source Code git master
Loading...
Searching...
No Matches
parse_clause.c File Reference
#include "postgres.h"
#include "access/htup_details.h"
#include "access/nbtree.h"
#include "access/relation.h"
#include "access/table.h"
#include "access/tsmapi.h"
#include "catalog/catalog.h"
#include "catalog/pg_am.h"
#include "catalog/pg_amproc.h"
#include "catalog/pg_constraint.h"
#include "catalog/pg_type.h"
#include "commands/defrem.h"
#include "miscadmin.h"
#include "nodes/makefuncs.h"
#include "nodes/nodeFuncs.h"
#include "optimizer/optimizer.h"
#include "parser/analyze.h"
#include "parser/parse_clause.h"
#include "parser/parse_coerce.h"
#include "parser/parse_collate.h"
#include "parser/parse_expr.h"
#include "parser/parse_func.h"
#include "parser/parse_graphtable.h"
#include "parser/parse_oper.h"
#include "parser/parse_relation.h"
#include "parser/parse_target.h"
#include "parser/parse_type.h"
#include "parser/parser.h"
#include "rewrite/rewriteManip.h"
#include "utils/builtins.h"
#include "utils/catcache.h"
#include "utils/lsyscache.h"
#include "utils/rel.h"
#include "utils/syscache.h"
Include dependency graph for parse_clause.c:

Go to the source code of this file.

Functions

static int extractRemainingColumns (ParseState *pstate, ParseNamespaceColumn *src_nscolumns, List *src_colnames, List **src_colnos, List **res_colnames, List **res_colvars, ParseNamespaceColumn *res_nscolumns)
 
static NodetransformJoinUsingClause (ParseState *pstate, List *leftVars, List *rightVars)
 
static NodetransformJoinOnClause (ParseState *pstate, JoinExpr *j, List *namespace)
 
static ParseNamespaceItemtransformTableEntry (ParseState *pstate, RangeVar *r)
 
static ParseNamespaceItemtransformRangeSubselect (ParseState *pstate, RangeSubselect *r)
 
static ParseNamespaceItemtransformRangeFunction (ParseState *pstate, RangeFunction *r)
 
static ParseNamespaceItemtransformRangeTableFunc (ParseState *pstate, RangeTableFunc *rtf)
 
static ParseNamespaceItemtransformRangeGraphTable (ParseState *pstate, RangeGraphTable *rgt)
 
static TableSampleClausetransformRangeTableSample (ParseState *pstate, RangeTableSample *rts)
 
static ParseNamespaceItemgetNSItemForSpecialRelationTypes (ParseState *pstate, RangeVar *rv)
 
static NodetransformFromClauseItem (ParseState *pstate, Node *n, ParseNamespaceItem **top_nsitem, List **namespace)
 
static VarbuildVarFromNSColumn (ParseState *pstate, ParseNamespaceColumn *nscol)
 
static NodebuildMergedJoinVar (ParseState *pstate, JoinType jointype, Var *l_colvar, Var *r_colvar)
 
static void markRelsAsNulledBy (ParseState *pstate, Node *n, int jindex)
 
static void setNamespaceColumnVisibility (List *namespace, bool cols_visible)
 
static void setNamespaceLateralState (List *namespace, bool lateral_only, bool lateral_ok)
 
static void checkExprIsVarFree (ParseState *pstate, Node *n, const char *constructName)
 
static TargetEntryfindTargetlistEntrySQL92 (ParseState *pstate, Node *node, List **tlist, ParseExprKind exprKind)
 
static TargetEntryfindTargetlistEntrySQL99 (ParseState *pstate, Node *node, List **tlist, ParseExprKind exprKind)
 
static int get_matching_location (int sortgroupref, List *sortgrouprefs, List *exprs)
 
static Listresolve_unique_index_expr (ParseState *pstate, InferClause *infer, Relation heapRel)
 
static ListaddTargetToGroupList (ParseState *pstate, TargetEntry *tle, List *grouplist, List *targetlist, int location)
 
static WindowClausefindWindowClause (List *wclist, const char *name)
 
static NodetransformFrameOffset (ParseState *pstate, int frameOptions, Oid rangeopfamily, Oid rangeopcintype, Oid *inRangeFunc, Node *clause)
 
void transformFromClause (ParseState *pstate, List *frmList)
 
int setTargetTable (ParseState *pstate, RangeVar *relation, bool inh, bool alsoSource, AclMode requiredPerms)
 
static Relation parserOpenPropGraph (ParseState *pstate, const RangeVar *relation, LOCKMODE lockmode)
 
NodetransformWhereClause (ParseState *pstate, Node *clause, ParseExprKind exprKind, const char *constructName)
 
NodetransformLimitClause (ParseState *pstate, Node *clause, ParseExprKind exprKind, const char *constructName, LimitOption limitOption)
 
static void checkTargetlistEntrySQL92 (ParseState *pstate, TargetEntry *tle, ParseExprKind exprKind)
 
static Nodeflatten_grouping_sets (Node *expr, bool toplevel, bool *hasGroupingSets)
 
static Index transformGroupClauseExpr (List **flatresult, Bitmapset *seen_local, ParseState *pstate, Node *gexpr, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99, bool toplevel)
 
static ListtransformGroupClauseList (List **flatresult, ParseState *pstate, List *list, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99, bool toplevel)
 
static NodetransformGroupingSet (List **flatresult, ParseState *pstate, GroupingSet *gset, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99, bool toplevel)
 
ListtransformGroupClause (ParseState *pstate, List *grouplist, bool groupByAll, List **groupingSets, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99)
 
ListtransformSortClause (ParseState *pstate, List *orderlist, List **targetlist, ParseExprKind exprKind, bool useSQL99)
 
ListtransformWindowDefinitions (ParseState *pstate, List *windowdefs, List **targetlist)
 
ListtransformDistinctClause (ParseState *pstate, List **targetlist, List *sortClause, bool is_agg)
 
ListtransformDistinctOnClause (ParseState *pstate, List *distinctlist, List **targetlist, List *sortClause)
 
void transformOnConflictArbiter (ParseState *pstate, OnConflictClause *onConflictClause, List **arbiterExpr, Node **arbiterWhere, Oid *constraint)
 
ListaddTargetToSortList (ParseState *pstate, TargetEntry *tle, List *sortlist, List *targetlist, SortBy *sortby)
 
Index assignSortGroupRef (TargetEntry *tle, List *tlist)
 
bool targetIsInSortList (TargetEntry *tle, Oid sortop, List *sortList)
 

Function Documentation

◆ addTargetToGroupList()

static List * addTargetToGroupList ( ParseState pstate,
TargetEntry tle,
List grouplist,
List targetlist,
int  location 
)
static

Definition at line 3751 of file parse_clause.c.

3753{
3754 Oid restype = exprType((Node *) tle->expr);
3755
3756 /* if tlist item is an UNKNOWN literal, change it to TEXT */
3757 if (restype == UNKNOWNOID)
3758 {
3759 tle->expr = (Expr *) coerce_type(pstate, (Node *) tle->expr,
3760 restype, TEXTOID, -1,
3763 -1);
3764 restype = TEXTOID;
3765 }
3766
3767 /* avoid making duplicate grouplist entries */
3769 {
3771 Oid sortop;
3772 Oid eqop;
3773 bool hashable;
3775
3776 setup_parser_errposition_callback(&pcbstate, pstate, location);
3777
3778 /* determine the eqop and optional sortop */
3780 false, true, false,
3781 &sortop, &eqop, NULL,
3782 &hashable);
3783
3785
3786 grpcl->tleSortGroupRef = assignSortGroupRef(tle, targetlist);
3787 grpcl->eqop = eqop;
3788 grpcl->sortop = sortop;
3789 grpcl->reverse_sort = false; /* sortop is "less than", or
3790 * InvalidOid */
3791 grpcl->nulls_first = false; /* OK with or without sortop */
3792 grpcl->hashable = hashable;
3793
3795 }
3796
3797 return grouplist;
3798}
List * lappend(List *list, void *datum)
Definition list.c:339
Oid exprType(const Node *expr)
Definition nodeFuncs.c:42
#define makeNode(_type_)
Definition nodes.h:161
Index assignSortGroupRef(TargetEntry *tle, List *tlist)
bool targetIsInSortList(TargetEntry *tle, Oid sortop, List *sortList)
Node * coerce_type(ParseState *pstate, Node *node, Oid inputTypeId, Oid targetTypeId, int32 targetTypeMod, CoercionContext ccontext, CoercionForm cformat, int location)
void cancel_parser_errposition_callback(ParseCallbackState *pcbstate)
Definition parse_node.c:156
void setup_parser_errposition_callback(ParseCallbackState *pcbstate, ParseState *pstate, int location)
Definition parse_node.c:140
void get_sort_group_operators(Oid argtype, bool needLT, bool needEQ, bool needGT, Oid *ltOpr, Oid *eqOpr, Oid *gtOpr, bool *isHashable)
Definition parse_oper.c:183
#define InvalidOid
unsigned int Oid
static int fb(int x)
@ COERCE_IMPLICIT_CAST
Definition primnodes.h:769
@ COERCION_IMPLICIT
Definition primnodes.h:747
Definition nodes.h:135

References assignSortGroupRef(), cancel_parser_errposition_callback(), COERCE_IMPLICIT_CAST, coerce_type(), COERCION_IMPLICIT, exprType(), fb(), get_sort_group_operators(), InvalidOid, lappend(), makeNode, setup_parser_errposition_callback(), and targetIsInSortList().

Referenced by transformDistinctClause(), transformDistinctOnClause(), transformGroupClause(), and transformGroupClauseExpr().

◆ addTargetToSortList()

List * addTargetToSortList ( ParseState pstate,
TargetEntry tle,
List sortlist,
List targetlist,
SortBy sortby 
)

Definition at line 3607 of file parse_clause.c.

3609{
3610 Oid restype = exprType((Node *) tle->expr);
3611 Oid sortop;
3612 Oid eqop;
3613 bool hashable;
3614 bool reverse;
3615 int location;
3617
3618 /* if tlist item is an UNKNOWN literal, change it to TEXT */
3619 if (restype == UNKNOWNOID)
3620 {
3621 tle->expr = (Expr *) coerce_type(pstate, (Node *) tle->expr,
3622 restype, TEXTOID, -1,
3625 -1);
3626 restype = TEXTOID;
3627 }
3628
3629 /*
3630 * Rather than clutter the API of get_sort_group_operators and the other
3631 * functions we're about to use, make use of error context callback to
3632 * mark any error reports with a parse position. We point to the operator
3633 * location if present, else to the expression being sorted. (NB: use the
3634 * original untransformed expression here; the TLE entry might well point
3635 * at a duplicate expression in the regular SELECT list.)
3636 */
3637 location = sortby->location;
3638 if (location < 0)
3639 location = exprLocation(sortby->node);
3640 setup_parser_errposition_callback(&pcbstate, pstate, location);
3641
3642 /* determine the sortop, eqop, and directionality */
3643 switch (sortby->sortby_dir)
3644 {
3645 case SORTBY_DEFAULT:
3646 case SORTBY_ASC:
3648 true, true, false,
3649 &sortop, &eqop, NULL,
3650 &hashable);
3651 reverse = false;
3652 break;
3653 case SORTBY_DESC:
3655 false, true, true,
3656 NULL, &eqop, &sortop,
3657 &hashable);
3658 reverse = true;
3659 break;
3660 case SORTBY_USING:
3661 Assert(sortby->useOp != NIL);
3662 sortop = compatible_oper_opid(sortby->useOp,
3663 restype,
3664 restype,
3665 false);
3666
3667 /*
3668 * Verify it's a valid ordering operator, fetch the corresponding
3669 * equality operator, and determine whether to consider it like
3670 * ASC or DESC.
3671 */
3672 eqop = get_equality_op_for_ordering_op(sortop, &reverse);
3673 if (!OidIsValid(eqop))
3674 ereport(ERROR,
3676 errmsg("operator %s is not a valid ordering operator",
3677 strVal(llast(sortby->useOp))),
3678 errhint("Ordering operators must be \"<\" or \">\" members of btree operator families.")));
3679
3680 /*
3681 * Also see if the equality operator is hashable.
3682 */
3683 hashable = op_hashjoinable(eqop, restype);
3684 break;
3685 default:
3686 elog(ERROR, "unrecognized sortby_dir: %d", sortby->sortby_dir);
3687 sortop = InvalidOid; /* keep compiler quiet */
3688 eqop = InvalidOid;
3689 hashable = false;
3690 reverse = false;
3691 break;
3692 }
3693
3695
3696 /* avoid making duplicate sortlist entries */
3697 if (!targetIsInSortList(tle, sortop, sortlist))
3698 {
3700
3701 sortcl->tleSortGroupRef = assignSortGroupRef(tle, targetlist);
3702
3703 sortcl->eqop = eqop;
3704 sortcl->sortop = sortop;
3705 sortcl->hashable = hashable;
3706 sortcl->reverse_sort = reverse;
3707
3708 switch (sortby->sortby_nulls)
3709 {
3711 /* NULLS FIRST is default for DESC; other way for ASC */
3712 sortcl->nulls_first = reverse;
3713 break;
3714 case SORTBY_NULLS_FIRST:
3715 sortcl->nulls_first = true;
3716 break;
3717 case SORTBY_NULLS_LAST:
3718 sortcl->nulls_first = false;
3719 break;
3720 default:
3721 elog(ERROR, "unrecognized sortby_nulls: %d",
3722 sortby->sortby_nulls);
3723 break;
3724 }
3725
3727 }
3728
3729 return sortlist;
3730}
#define Assert(condition)
Definition c.h:943
#define OidIsValid(objectId)
Definition c.h:858
int errcode(int sqlerrcode)
Definition elog.c:875
int errhint(const char *fmt,...) pg_attribute_printf(1
#define ERROR
Definition elog.h:40
#define elog(elevel,...)
Definition elog.h:228
#define ereport(elevel,...)
Definition elog.h:152
Oid get_equality_op_for_ordering_op(Oid opno, bool *reverse)
Definition lsyscache.c:326
bool op_hashjoinable(Oid opno, Oid inputtype)
Definition lsyscache.c:1668
int exprLocation(const Node *expr)
Definition nodeFuncs.c:1403
static char * errmsg
Oid compatible_oper_opid(List *op, Oid arg1, Oid arg2, bool noError)
Definition parse_oper.c:497
@ SORTBY_NULLS_DEFAULT
Definition parsenodes.h:54
@ SORTBY_NULLS_LAST
Definition parsenodes.h:56
@ SORTBY_NULLS_FIRST
Definition parsenodes.h:55
@ SORTBY_USING
Definition parsenodes.h:49
@ SORTBY_DESC
Definition parsenodes.h:48
@ SORTBY_ASC
Definition parsenodes.h:47
@ SORTBY_DEFAULT
Definition parsenodes.h:46
#define llast(l)
Definition pg_list.h:198
#define NIL
Definition pg_list.h:68
#define strVal(v)
Definition value.h:82

References Assert, assignSortGroupRef(), cancel_parser_errposition_callback(), COERCE_IMPLICIT_CAST, coerce_type(), COERCION_IMPLICIT, compatible_oper_opid(), elog, ereport, errcode(), errhint(), errmsg, ERROR, exprLocation(), exprType(), fb(), get_equality_op_for_ordering_op(), get_sort_group_operators(), InvalidOid, lappend(), llast, makeNode, NIL, OidIsValid, op_hashjoinable(), setup_parser_errposition_callback(), SORTBY_ASC, SORTBY_DEFAULT, SORTBY_DESC, SORTBY_NULLS_DEFAULT, SORTBY_NULLS_FIRST, SORTBY_NULLS_LAST, SORTBY_USING, strVal, and targetIsInSortList().

Referenced by transformAggregateCall(), and transformSortClause().

◆ assignSortGroupRef()

Index assignSortGroupRef ( TargetEntry tle,
List tlist 
)

Definition at line 3808 of file parse_clause.c.

3809{
3810 Index maxRef;
3811 ListCell *l;
3812
3813 if (tle->ressortgroupref) /* already has one? */
3814 return tle->ressortgroupref;
3815
3816 /* easiest way to pick an unused refnumber: max used + 1 */
3817 maxRef = 0;
3818 foreach(l, tlist)
3819 {
3820 Index ref = ((TargetEntry *) lfirst(l))->ressortgroupref;
3821
3822 if (ref > maxRef)
3823 maxRef = ref;
3824 }
3825 tle->ressortgroupref = maxRef + 1;
3826 return tle->ressortgroupref;
3827}
unsigned int Index
Definition c.h:698
#define lfirst(lc)
Definition pg_list.h:172

References fb(), and lfirst.

Referenced by addTargetToGroupList(), addTargetToSortList(), build_minmax_path(), create_unique_paths(), generate_setop_child_grouplist(), and transformDistinctOnClause().

◆ buildMergedJoinVar()

static Node * buildMergedJoinVar ( ParseState pstate,
JoinType  jointype,
Var l_colvar,
Var r_colvar 
)
static

Definition at line 1810 of file parse_clause.c.

1812{
1815 Node *l_node,
1816 *r_node,
1817 *res_node;
1818
1821 "JOIN/USING",
1822 NULL);
1825 outcoltype);
1826
1827 /*
1828 * Insert coercion functions if needed. Note that a difference in typmod
1829 * can only happen if input has typmod but outcoltypmod is -1. In that
1830 * case we insert a RelabelType to clearly mark that result's typmod is
1831 * not same as input. We never need coerce_type_typmod.
1832 */
1833 if (l_colvar->vartype != outcoltype)
1834 l_node = coerce_type(pstate, (Node *) l_colvar, l_colvar->vartype,
1837 else if (l_colvar->vartypmod != outcoltypmod)
1840 InvalidOid, /* fixed below */
1842 else
1843 l_node = (Node *) l_colvar;
1844
1845 if (r_colvar->vartype != outcoltype)
1846 r_node = coerce_type(pstate, (Node *) r_colvar, r_colvar->vartype,
1849 else if (r_colvar->vartypmod != outcoltypmod)
1852 InvalidOid, /* fixed below */
1854 else
1855 r_node = (Node *) r_colvar;
1856
1857 /*
1858 * Choose what to emit
1859 */
1860 switch (jointype)
1861 {
1862 case JOIN_INNER:
1863
1864 /*
1865 * We can use either var; prefer non-coerced one if available.
1866 */
1867 if (IsA(l_node, Var))
1868 res_node = l_node;
1869 else if (IsA(r_node, Var))
1870 res_node = r_node;
1871 else
1872 res_node = l_node;
1873 break;
1874 case JOIN_LEFT:
1875 /* Always use left var */
1876 res_node = l_node;
1877 break;
1878 case JOIN_RIGHT:
1879 /* Always use right var */
1880 res_node = r_node;
1881 break;
1882 case JOIN_FULL:
1883 {
1884 /*
1885 * Here we must build a COALESCE expression to ensure that the
1886 * join output is non-null if either input is.
1887 */
1889
1890 c->coalescetype = outcoltype;
1891 /* coalescecollid will get set below */
1892 c->args = list_make2(l_node, r_node);
1893 c->location = -1;
1894 res_node = (Node *) c;
1895 break;
1896 }
1897 default:
1898 elog(ERROR, "unrecognized join type: %d", (int) jointype);
1899 res_node = NULL; /* keep compiler quiet */
1900 break;
1901 }
1902
1903 /*
1904 * Apply assign_expr_collations to fix up the collation info in the
1905 * coercion and CoalesceExpr nodes, if we made any. This must be done now
1906 * so that the join node's alias vars show correct collation info.
1907 */
1909
1910 return res_node;
1911}
int32_t int32
Definition c.h:620
RelabelType * makeRelabelType(Expr *arg, Oid rtype, int32 rtypmod, Oid rcollid, CoercionForm rformat)
Definition makefuncs.c:453
#define IsA(nodeptr, _type_)
Definition nodes.h:164
@ JOIN_FULL
Definition nodes.h:305
@ JOIN_INNER
Definition nodes.h:303
@ JOIN_RIGHT
Definition nodes.h:306
@ JOIN_LEFT
Definition nodes.h:304
int32 select_common_typmod(ParseState *pstate, List *exprs, Oid common_type)
Oid select_common_type(ParseState *pstate, List *exprs, const char *context, Node **which_expr)
void assign_expr_collations(ParseState *pstate, Node *expr)
#define list_make2(x1, x2)
Definition pg_list.h:246
char * c

References assign_expr_collations(), COERCE_IMPLICIT_CAST, coerce_type(), COERCION_IMPLICIT, elog, ERROR, fb(), InvalidOid, IsA, JOIN_FULL, JOIN_INNER, JOIN_LEFT, JOIN_RIGHT, list_make2, makeNode, makeRelabelType(), select_common_type(), and select_common_typmod().

Referenced by transformFromClauseItem().

◆ buildVarFromNSColumn()

static Var * buildVarFromNSColumn ( ParseState pstate,
ParseNamespaceColumn nscol 
)
static

Definition at line 1783 of file parse_clause.c.

1784{
1785 Var *var;
1786
1787 Assert(nscol->p_varno > 0); /* i.e., not deleted column */
1788 var = makeVar(nscol->p_varno,
1789 nscol->p_varattno,
1790 nscol->p_vartype,
1791 nscol->p_vartypmod,
1792 nscol->p_varcollid,
1793 0);
1794 /* makeVar doesn't offer parameters for these, so set by hand: */
1795 var->varreturningtype = nscol->p_varreturningtype;
1796 var->varnosyn = nscol->p_varnosyn;
1797 var->varattnosyn = nscol->p_varattnosyn;
1798
1799 /* ... and update varnullingrels */
1800 markNullableIfNeeded(pstate, var);
1801
1802 return var;
1803}
Var * makeVar(int varno, AttrNumber varattno, Oid vartype, int32 vartypmod, Oid varcollid, Index varlevelsup)
Definition makefuncs.c:66
void markNullableIfNeeded(ParseState *pstate, Var *var)
VarReturningType varreturningtype
Definition primnodes.h:298

References Assert, fb(), makeVar(), markNullableIfNeeded(), and Var::varreturningtype.

Referenced by extractRemainingColumns(), and transformFromClauseItem().

◆ checkExprIsVarFree()

static void checkExprIsVarFree ( ParseState pstate,
Node n,
const char constructName 
)
static

Definition at line 2069 of file parse_clause.c.

2070{
2071 if (contain_vars_of_level(n, 0))
2072 {
2073 ereport(ERROR,
2075 /* translator: %s is name of a SQL construct, eg LIMIT */
2076 errmsg("argument of %s must not contain variables",
2078 parser_errposition(pstate,
2079 locate_var_of_level(n, 0))));
2080 }
2081}
int parser_errposition(ParseState *pstate, int location)
Definition parse_node.c:106
bool contain_vars_of_level(Node *node, int levelsup)
Definition var.c:444
int locate_var_of_level(Node *node, int levelsup)
Definition var.c:555

References contain_vars_of_level(), ereport, errcode(), errmsg, ERROR, fb(), locate_var_of_level(), and parser_errposition().

Referenced by transformFrameOffset(), and transformLimitClause().

◆ checkTargetlistEntrySQL92()

static void checkTargetlistEntrySQL92 ( ParseState pstate,
TargetEntry tle,
ParseExprKind  exprKind 
)
static

Definition at line 2094 of file parse_clause.c.

2096{
2097 switch (exprKind)
2098 {
2099 case EXPR_KIND_GROUP_BY:
2100 /* reject aggregates and window functions */
2101 if (pstate->p_hasAggs &&
2102 contain_aggs_of_level((Node *) tle->expr, 0))
2103 ereport(ERROR,
2105 /* translator: %s is name of a SQL construct, eg GROUP BY */
2106 errmsg("aggregate functions are not allowed in %s",
2108 parser_errposition(pstate,
2109 locate_agg_of_level((Node *) tle->expr, 0))));
2110 if (pstate->p_hasWindowFuncs &&
2111 contain_windowfuncs((Node *) tle->expr))
2112 ereport(ERROR,
2114 /* translator: %s is name of a SQL construct, eg GROUP BY */
2115 errmsg("window functions are not allowed in %s",
2117 parser_errposition(pstate,
2118 locate_windowfunc((Node *) tle->expr))));
2119 break;
2120 case EXPR_KIND_ORDER_BY:
2121 /* no extra checks needed */
2122 break;
2124 /* no extra checks needed */
2125 break;
2126 default:
2127 elog(ERROR, "unexpected exprKind in checkTargetlistEntrySQL92");
2128 break;
2129 }
2130}
const char * ParseExprKindName(ParseExprKind exprKind)
@ EXPR_KIND_DISTINCT_ON
Definition parse_node.h:62
@ EXPR_KIND_ORDER_BY
Definition parse_node.h:61
@ EXPR_KIND_GROUP_BY
Definition parse_node.h:60
bool contain_windowfuncs(Node *node)
int locate_agg_of_level(Node *node, int levelsup)
bool contain_aggs_of_level(Node *node, int levelsup)
int locate_windowfunc(Node *node)
bool p_hasWindowFuncs
Definition parse_node.h:247
bool p_hasAggs
Definition parse_node.h:246

References contain_aggs_of_level(), contain_windowfuncs(), elog, ereport, errcode(), errmsg, ERROR, EXPR_KIND_DISTINCT_ON, EXPR_KIND_GROUP_BY, EXPR_KIND_ORDER_BY, fb(), locate_agg_of_level(), locate_windowfunc(), ParseState::p_hasAggs, ParseState::p_hasWindowFuncs, ParseExprKindName(), and parser_errposition().

Referenced by findTargetlistEntrySQL92().

◆ extractRemainingColumns()

static int extractRemainingColumns ( ParseState pstate,
ParseNamespaceColumn src_nscolumns,
List src_colnames,
List **  src_colnos,
List **  res_colnames,
List **  res_colvars,
ParseNamespaceColumn res_nscolumns 
)
static

Definition at line 257 of file parse_clause.c.

263{
264 int colcount = 0;
266 int attnum;
267 ListCell *lc;
268
269 /*
270 * While we could just test "list_member_int(*src_colnos, attnum)" to
271 * detect already-merged columns in the loop below, that would be O(N^2)
272 * for a wide input table. Instead build a bitmapset of just the merged
273 * USING columns, which we won't add to within the main loop.
274 */
275 prevcols = NULL;
276 foreach(lc, *src_colnos)
277 {
279 }
280
281 attnum = 0;
282 foreach(lc, src_colnames)
283 {
284 char *colname = strVal(lfirst(lc));
285
286 attnum++;
287 /* Non-dropped and not already merged? */
288 if (colname[0] != '\0' && !bms_is_member(attnum, prevcols))
289 {
290 /* Yes, so emit it as next output column */
295 src_nscolumns + attnum - 1));
296 /* Copy the input relation's nscolumn data for this column */
297 res_nscolumns[colcount] = src_nscolumns[attnum - 1];
298 colcount++;
299 }
300 }
301 return colcount;
302}
bool bms_is_member(int x, const Bitmapset *a)
Definition bitmapset.c:510
Bitmapset * bms_add_member(Bitmapset *a, int x)
Definition bitmapset.c:799
List * lappend_int(List *list, int datum)
Definition list.c:357
static Var * buildVarFromNSColumn(ParseState *pstate, ParseNamespaceColumn *nscol)
int16 attnum
#define lfirst_int(lc)
Definition pg_list.h:173

References attnum, bms_add_member(), bms_is_member(), buildVarFromNSColumn(), fb(), lappend(), lappend_int(), lfirst, lfirst_int, and strVal.

Referenced by transformFromClauseItem().

◆ findTargetlistEntrySQL92()

static TargetEntry * findTargetlistEntrySQL92 ( ParseState pstate,
Node node,
List **  tlist,
ParseExprKind  exprKind 
)
static

Definition at line 2150 of file parse_clause.c.

2152{
2153 ListCell *tl;
2154
2155 /*----------
2156 * Handle two special cases as mandated by the SQL92 spec:
2157 *
2158 * 1. Bare ColumnName (no qualifier or subscripts)
2159 * For a bare identifier, we search for a matching column name
2160 * in the existing target list. Multiple matches are an error
2161 * unless they refer to identical values; for example,
2162 * we allow SELECT a, a FROM table ORDER BY a
2163 * but not SELECT a AS b, b FROM table ORDER BY b
2164 * If no match is found, we fall through and treat the identifier
2165 * as an expression.
2166 * For GROUP BY, it is incorrect to match the grouping item against
2167 * targetlist entries: according to SQL92, an identifier in GROUP BY
2168 * is a reference to a column name exposed by FROM, not to a target
2169 * list column. However, many implementations (including pre-7.0
2170 * PostgreSQL) accept this anyway. So for GROUP BY, we look first
2171 * to see if the identifier matches any FROM column name, and only
2172 * try for a targetlist name if it doesn't. This ensures that we
2173 * adhere to the spec in the case where the name could be both.
2174 * DISTINCT ON isn't in the standard, so we can do what we like there;
2175 * we choose to make it work like ORDER BY, on the rather flimsy
2176 * grounds that ordinary DISTINCT works on targetlist entries.
2177 *
2178 * 2. IntegerConstant
2179 * This means to use the n'th item in the existing target list.
2180 * Note that it would make no sense to order/group/distinct by an
2181 * actual constant, so this does not create a conflict with SQL99.
2182 * GROUP BY column-number is not allowed by SQL92, but since
2183 * the standard has no other behavior defined for this syntax,
2184 * we may as well accept this common extension.
2185 *
2186 * Note that pre-existing resjunk targets must not be used in either case,
2187 * since the user didn't write them in his SELECT list.
2188 *
2189 * If neither special case applies, fall through to treat the item as
2190 * an expression per SQL99.
2191 *----------
2192 */
2193 if (IsA(node, ColumnRef) &&
2194 list_length(((ColumnRef *) node)->fields) == 1 &&
2195 IsA(linitial(((ColumnRef *) node)->fields), String))
2196 {
2197 char *name = strVal(linitial(((ColumnRef *) node)->fields));
2198 int location = ((ColumnRef *) node)->location;
2199
2201 {
2202 /*
2203 * In GROUP BY, we must prefer a match against a FROM-clause
2204 * column to one against the targetlist. Look to see if there is
2205 * a matching column. If so, fall through to use SQL99 rules.
2206 * NOTE: if name could refer ambiguously to more than one column
2207 * name exposed by FROM, colNameToVar will ereport(ERROR). That's
2208 * just what we want here.
2209 *
2210 * Small tweak for 7.4.3: ignore matches in upper query levels.
2211 * This effectively changes the search order for bare names to (1)
2212 * local FROM variables, (2) local targetlist aliases, (3) outer
2213 * FROM variables, whereas before it was (1) (3) (2). SQL92 and
2214 * SQL99 do not allow GROUPing BY an outer reference, so this
2215 * breaks no cases that are legal per spec, and it seems a more
2216 * self-consistent behavior.
2217 */
2218 if (colNameToVar(pstate, name, true, location) != NULL)
2219 name = NULL;
2220 }
2221
2222 if (name != NULL)
2223 {
2225
2226 foreach(tl, *tlist)
2227 {
2229
2230 if (!tle->resjunk &&
2231 strcmp(tle->resname, name) == 0)
2232 {
2233 if (target_result != NULL)
2234 {
2235 if (!equal(target_result->expr, tle->expr))
2236 ereport(ERROR,
2238
2239 /*------
2240 translator: first %s is name of a SQL construct, eg ORDER BY */
2241 errmsg("%s \"%s\" is ambiguous",
2243 name),
2244 parser_errposition(pstate, location)));
2245 }
2246 else
2248 /* Stay in loop to check for ambiguity */
2249 }
2250 }
2251 if (target_result != NULL)
2252 {
2253 /* return the first match, after suitable validation */
2255 return target_result;
2256 }
2257 }
2258 }
2259 if (IsA(node, A_Const))
2260 {
2261 A_Const *aconst = castNode(A_Const, node);
2262 int targetlist_pos = 0;
2263 int target_pos;
2264
2265 if (!IsA(&aconst->val, Integer))
2266 ereport(ERROR,
2268 /* translator: %s is name of a SQL construct, eg ORDER BY */
2269 errmsg("non-integer constant in %s",
2271 parser_errposition(pstate, aconst->location)));
2272
2273 target_pos = intVal(&aconst->val);
2274 foreach(tl, *tlist)
2275 {
2277
2278 if (!tle->resjunk)
2279 {
2280 if (++targetlist_pos == target_pos)
2281 {
2282 /* return the unique match, after suitable validation */
2284 return tle;
2285 }
2286 }
2287 }
2288 ereport(ERROR,
2290 /* translator: %s is name of a SQL construct, eg ORDER BY */
2291 errmsg("%s position %d is not in select list",
2293 parser_errposition(pstate, aconst->location)));
2294 }
2295
2296 /*
2297 * Otherwise, we have an expression, so process it per SQL99 rules.
2298 */
2299 return findTargetlistEntrySQL99(pstate, node, tlist, exprKind);
2300}
bool equal(const void *a, const void *b)
Definition equalfuncs.c:223
#define castNode(_type_, nodeptr)
Definition nodes.h:182
static void checkTargetlistEntrySQL92(ParseState *pstate, TargetEntry *tle, ParseExprKind exprKind)
static TargetEntry * findTargetlistEntrySQL99(ParseState *pstate, Node *node, List **tlist, ParseExprKind exprKind)
Node * colNameToVar(ParseState *pstate, const char *colname, bool localonly, int location)
static int list_length(const List *l)
Definition pg_list.h:152
#define linitial(l)
Definition pg_list.h:178
Definition value.h:64
#define intVal(v)
Definition value.h:79
const char * name

References castNode, checkTargetlistEntrySQL92(), colNameToVar(), equal(), ereport, errcode(), errmsg, ERROR, EXPR_KIND_GROUP_BY, fb(), findTargetlistEntrySQL99(), intVal, IsA, lfirst, linitial, list_length(), name, ParseExprKindName(), parser_errposition(), and strVal.

Referenced by transformDistinctOnClause(), transformGroupClauseExpr(), and transformSortClause().

◆ findTargetlistEntrySQL99()

static TargetEntry * findTargetlistEntrySQL99 ( ParseState pstate,
Node node,
List **  tlist,
ParseExprKind  exprKind 
)
static

Definition at line 2316 of file parse_clause.c.

2318{
2320 ListCell *tl;
2321 Node *expr;
2322
2323 /*
2324 * Convert the untransformed node to a transformed expression, and search
2325 * for a match in the tlist. NOTE: it doesn't really matter whether there
2326 * is more than one match. Also, we are willing to match an existing
2327 * resjunk target here, though the SQL92 cases above must ignore resjunk
2328 * targets.
2329 */
2330 expr = transformExpr(pstate, node, exprKind);
2331
2332 foreach(tl, *tlist)
2333 {
2335 Node *texpr;
2336
2337 /*
2338 * Ignore any implicit cast on the existing tlist expression.
2339 *
2340 * This essentially allows the ORDER/GROUP/etc item to adopt the same
2341 * datatype previously selected for a textually-equivalent tlist item.
2342 * There can't be any implicit cast at top level in an ordinary SELECT
2343 * tlist at this stage, but the case does arise with ORDER BY in an
2344 * aggregate function.
2345 */
2347
2348 if (equal(expr, texpr))
2349 return tle;
2350 }
2351
2352 /*
2353 * If no matches, construct a new target entry which is appended to the
2354 * end of the target list. This target is given resjunk = true so that it
2355 * will not be projected into the final tuple.
2356 */
2357 target_result = transformTargetEntry(pstate, node, expr, exprKind,
2358 NULL, true);
2359
2360 *tlist = lappend(*tlist, target_result);
2361
2362 return target_result;
2363}
Node * strip_implicit_coercions(Node *node)
Definition nodeFuncs.c:710
Node * transformExpr(ParseState *pstate, Node *expr, ParseExprKind exprKind)
Definition parse_expr.c:121
TargetEntry * transformTargetEntry(ParseState *pstate, Node *node, Node *expr, ParseExprKind exprKind, char *colname, bool resjunk)

References equal(), fb(), lappend(), lfirst, strip_implicit_coercions(), transformExpr(), and transformTargetEntry().

Referenced by findTargetlistEntrySQL92(), transformGroupClauseExpr(), and transformSortClause().

◆ findWindowClause()

static WindowClause * findWindowClause ( List wclist,
const char name 
)
static

Definition at line 3876 of file parse_clause.c.

3877{
3878 ListCell *l;
3879
3880 foreach(l, wclist)
3881 {
3882 WindowClause *wc = (WindowClause *) lfirst(l);
3883
3884 if (wc->name && strcmp(wc->name, name) == 0)
3885 return wc;
3886 }
3887
3888 return NULL;
3889}

References fb(), lfirst, and name.

Referenced by transformWindowDefinitions().

◆ flatten_grouping_sets()

static Node * flatten_grouping_sets ( Node expr,
bool  toplevel,
bool hasGroupingSets 
)
static

Definition at line 2402 of file parse_clause.c.

2403{
2404 /* just in case of pathological input */
2406
2407 if (expr == (Node *) NIL)
2408 return (Node *) NIL;
2409
2410 switch (expr->type)
2411 {
2412 case T_RowExpr:
2413 {
2414 RowExpr *r = (RowExpr *) expr;
2415
2416 if (r->row_format == COERCE_IMPLICIT_CAST)
2417 return flatten_grouping_sets((Node *) r->args,
2418 false, NULL);
2419 }
2420 break;
2421 case T_GroupingSet:
2422 {
2423 GroupingSet *gset = (GroupingSet *) expr;
2424 ListCell *l2;
2425 List *result_set = NIL;
2426
2427 if (hasGroupingSets)
2428 *hasGroupingSets = true;
2429
2430 /*
2431 * at the top level, we skip over all empty grouping sets; the
2432 * caller can supply the canonical GROUP BY () if nothing is
2433 * left.
2434 */
2435
2436 if (toplevel && gset->kind == GROUPING_SET_EMPTY)
2437 return (Node *) NIL;
2438
2439 foreach(l2, gset->content)
2440 {
2441 Node *n1 = lfirst(l2);
2442 Node *n2 = flatten_grouping_sets(n1, false, NULL);
2443
2444 if (IsA(n1, GroupingSet) &&
2445 ((GroupingSet *) n1)->kind == GROUPING_SET_SETS)
2447 else
2449 }
2450
2451 /*
2452 * At top level, keep the grouping set node; but if we're in a
2453 * nested grouping set, then we need to concat the flattened
2454 * result into the outer list if it's simply nested.
2455 */
2456
2457 if (toplevel || (gset->kind != GROUPING_SET_SETS))
2458 {
2459 return (Node *) makeGroupingSet(gset->kind, result_set, gset->location);
2460 }
2461 else
2462 return (Node *) result_set;
2463 }
2464 case T_List:
2465 {
2466 List *result = NIL;
2467 ListCell *l;
2468
2469 foreach(l, (List *) expr)
2470 {
2472
2473 if (n != (Node *) NIL)
2474 {
2475 if (IsA(n, List))
2476 result = list_concat(result, (List *) n);
2477 else
2478 result = lappend(result, n);
2479 }
2480 }
2481
2482 return (Node *) result;
2483 }
2484 default:
2485 break;
2486 }
2487
2488 return expr;
2489}
uint32 result
List * list_concat(List *list1, const List *list2)
Definition list.c:561
GroupingSet * makeGroupingSet(GroupingSetKind kind, List *content, int location)
Definition makefuncs.c:892
static Node * flatten_grouping_sets(Node *expr, bool toplevel, bool *hasGroupingSets)
@ GROUPING_SET_SETS
@ GROUPING_SET_EMPTY
void check_stack_depth(void)
Definition stack_depth.c:95
Definition pg_list.h:54
NodeTag type
Definition nodes.h:136
List * args
Definition primnodes.h:1450

References RowExpr::args, check_stack_depth(), COERCE_IMPLICIT_CAST, fb(), flatten_grouping_sets(), GROUPING_SET_EMPTY, GROUPING_SET_SETS, IsA, lappend(), lfirst, list_concat(), makeGroupingSet(), NIL, result, and Node::type.

Referenced by flatten_grouping_sets(), and transformGroupClause().

◆ get_matching_location()

static int get_matching_location ( int  sortgroupref,
List sortgrouprefs,
List exprs 
)
static

Definition at line 3383 of file parse_clause.c.

3384{
3385 ListCell *lcs;
3386 ListCell *lce;
3387
3388 forboth(lcs, sortgrouprefs, lce, exprs)
3389 {
3390 if (lfirst_int(lcs) == sortgroupref)
3391 return exprLocation((Node *) lfirst(lce));
3392 }
3393 /* if no match, caller blew it */
3394 elog(ERROR, "get_matching_location: no matching sortgroupref");
3395 return -1; /* keep compiler quiet */
3396}
#define forboth(cell1, list1, cell2, list2)
Definition pg_list.h:550

References elog, ERROR, exprLocation(), fb(), forboth, lfirst, and lfirst_int.

Referenced by transformDistinctOnClause().

◆ getNSItemForSpecialRelationTypes()

static ParseNamespaceItem * getNSItemForSpecialRelationTypes ( ParseState pstate,
RangeVar rv 
)
static

Definition at line 1143 of file parse_clause.c.

1144{
1146 CommonTableExpr *cte;
1147 Index levelsup;
1148
1149 /*
1150 * if it is a qualified name, it can't be a CTE or tuplestore reference
1151 */
1152 if (rv->schemaname)
1153 return NULL;
1154
1155 cte = scanNameSpaceForCTE(pstate, rv->relname, &levelsup);
1156 if (cte)
1157 nsitem = addRangeTableEntryForCTE(pstate, cte, levelsup, rv, true);
1158 else if (scanNameSpaceForENR(pstate, rv->relname))
1159 nsitem = addRangeTableEntryForENR(pstate, rv, true);
1160 else
1161 nsitem = NULL;
1162
1163 return nsitem;
1164}
CommonTableExpr * scanNameSpaceForCTE(ParseState *pstate, const char *refname, Index *ctelevelsup)
ParseNamespaceItem * addRangeTableEntryForENR(ParseState *pstate, RangeVar *rv, bool inFromCl)
bool scanNameSpaceForENR(ParseState *pstate, const char *refname)
ParseNamespaceItem * addRangeTableEntryForCTE(ParseState *pstate, CommonTableExpr *cte, Index levelsup, RangeVar *rv, bool inFromCl)
char * relname
Definition primnodes.h:84
char * schemaname
Definition primnodes.h:81

References addRangeTableEntryForCTE(), addRangeTableEntryForENR(), fb(), RangeVar::relname, scanNameSpaceForCTE(), scanNameSpaceForENR(), and RangeVar::schemaname.

Referenced by transformFromClauseItem().

◆ markRelsAsNulledBy()

static void markRelsAsNulledBy ( ParseState pstate,
Node n,
int  jindex 
)
static

Definition at line 1918 of file parse_clause.c.

1919{
1920 int varno;
1921 ListCell *lc;
1922
1923 /* Note: we can't see FromExpr here */
1924 if (IsA(n, RangeTblRef))
1925 {
1926 varno = ((RangeTblRef *) n)->rtindex;
1927 }
1928 else if (IsA(n, JoinExpr))
1929 {
1930 JoinExpr *j = (JoinExpr *) n;
1931
1932 /* recurse to children */
1933 markRelsAsNulledBy(pstate, j->larg, jindex);
1934 markRelsAsNulledBy(pstate, j->rarg, jindex);
1935 varno = j->rtindex;
1936 }
1937 else
1938 {
1939 elog(ERROR, "unrecognized node type: %d", (int) nodeTag(n));
1940 varno = 0; /* keep compiler quiet */
1941 }
1942
1943 /*
1944 * Now add jindex to the p_nullingrels set for relation varno. Since we
1945 * maintain the p_nullingrels list lazily, we might need to extend it to
1946 * make the varno'th entry exist.
1947 */
1948 while (list_length(pstate->p_nullingrels) < varno)
1949 pstate->p_nullingrels = lappend(pstate->p_nullingrels, NULL);
1950 lc = list_nth_cell(pstate->p_nullingrels, varno - 1);
1952}
int j
Definition isn.c:78
#define nodeTag(nodeptr)
Definition nodes.h:139
static void markRelsAsNulledBy(ParseState *pstate, Node *n, int jindex)
static ListCell * list_nth_cell(const List *list, int n)
Definition pg_list.h:309
List * p_nullingrels
Definition parse_node.h:219

References bms_add_member(), elog, ERROR, fb(), IsA, j, lappend(), lfirst, list_length(), list_nth_cell(), markRelsAsNulledBy(), nodeTag, and ParseState::p_nullingrels.

Referenced by markRelsAsNulledBy(), and transformFromClauseItem().

◆ parserOpenPropGraph()

static Relation parserOpenPropGraph ( ParseState pstate,
const RangeVar relation,
LOCKMODE  lockmode 
)
static

Definition at line 911 of file parse_clause.c.

912{
913 Relation rel;
915
917
918 rel = relation_openrv(relation, lockmode);
919
920 /*
921 * In parserOpenTable(), the relkind check is done inside table_openrv*.
922 * We do it here since we don't have anything like propgraph_open.
923 */
924 if (rel->rd_rel->relkind != RELKIND_PROPGRAPH)
927 errmsg("\"%s\" is not a property graph",
929
931 return rel;
932}
#define RelationGetRelationName(relation)
Definition rel.h:550
Relation relation_openrv(const RangeVar *relation, LOCKMODE lockmode)
Definition relation.c:138
ParseLoc location
Definition primnodes.h:96
Form_pg_class rd_rel
Definition rel.h:111

References cancel_parser_errposition_callback(), ereport, errcode(), errmsg, ERROR, fb(), RangeVar::location, RelationData::rd_rel, relation_openrv(), RelationGetRelationName, and setup_parser_errposition_callback().

Referenced by transformRangeGraphTable().

◆ resolve_unique_index_expr()

static List * resolve_unique_index_expr ( ParseState pstate,
InferClause infer,
Relation  heapRel 
)
static

Definition at line 3408 of file parse_clause.c.

3410{
3411 List *result = NIL;
3412 ListCell *l;
3413
3414 foreach(l, infer->indexElems)
3415 {
3416 IndexElem *ielem = (IndexElem *) lfirst(l);
3418 Node *parse;
3419
3420 /*
3421 * Raw grammar re-uses CREATE INDEX infrastructure for unique index
3422 * inference clause, and so will accept opclasses by name and so on.
3423 *
3424 * Make no attempt to match ASC or DESC ordering, NULLS FIRST/NULLS
3425 * LAST ordering or opclass options, since those are not significant
3426 * for inference purposes (any unique index matching the inference
3427 * specification in other regards is accepted indifferently). Actively
3428 * reject this as wrong-headed.
3429 */
3430 if (ielem->ordering != SORTBY_DEFAULT)
3431 ereport(ERROR,
3433 errmsg("%s is not allowed in ON CONFLICT clause",
3434 "ASC/DESC"),
3435 parser_errposition(pstate, ielem->location)));
3436 if (ielem->nulls_ordering != SORTBY_NULLS_DEFAULT)
3437 ereport(ERROR,
3439 errmsg("%s is not allowed in ON CONFLICT clause",
3440 "NULLS FIRST/LAST"),
3441 parser_errposition(pstate, ielem->location)));
3442 if (ielem->opclassopts)
3443 ereport(ERROR,
3445 errmsg("operator class options are not allowed in ON CONFLICT clause"),
3446 parser_errposition(pstate, ielem->location));
3447
3448 if (!ielem->expr)
3449 {
3450 /* Simple index attribute */
3451 ColumnRef *n;
3452
3453 /*
3454 * Grammar won't have built raw expression for us in event of
3455 * plain column reference. Create one directly, and perform
3456 * expression transformation. Planner expects this, and performs
3457 * its own normalization for the purposes of matching against
3458 * pg_index.
3459 */
3460 n = makeNode(ColumnRef);
3461 n->fields = list_make1(makeString(ielem->name));
3462 /* Location is approximately that of inference specification */
3463 n->location = infer->location;
3464 parse = (Node *) n;
3465 }
3466 else
3467 {
3468 /* Do parse transformation of the raw expression */
3469 parse = (Node *) ielem->expr;
3470 }
3471
3472 /*
3473 * transformExpr() will reject subqueries, aggregates, window
3474 * functions, and SRFs, based on being passed
3475 * EXPR_KIND_INDEX_EXPRESSION. So we needn't worry about those
3476 * further ... not that they would match any available index
3477 * expression anyway.
3478 */
3479 pInfer->expr = transformExpr(pstate, parse, EXPR_KIND_INDEX_EXPRESSION);
3480
3481 /* Perform lookup of collation and operator class as required */
3482 if (!ielem->collation)
3483 pInfer->infercollid = InvalidOid;
3484 else
3485 pInfer->infercollid = LookupCollation(pstate, ielem->collation,
3486 ielem->location);
3487
3488 if (!ielem->opclass)
3489 pInfer->inferopclass = InvalidOid;
3490 else
3491 pInfer->inferopclass = get_opclass_oid(BTREE_AM_OID,
3492 ielem->opclass, false);
3493
3495 }
3496
3497 return result;
3498}
void parse(int)
Definition parse.c:49
Oid get_opclass_oid(Oid amID, List *opclassname, bool missing_ok)
@ EXPR_KIND_INDEX_EXPRESSION
Definition parse_node.h:73
Oid LookupCollation(ParseState *pstate, List *collnames, int location)
Definition parse_type.c:515
#define list_make1(x1)
Definition pg_list.h:244
ParseLoc location
Definition parsenodes.h:315
List * fields
Definition parsenodes.h:314
ParseLoc location
List * indexElems
String * makeString(char *str)
Definition value.c:63

References ereport, errcode(), errmsg, ERROR, EXPR_KIND_INDEX_EXPRESSION, fb(), ColumnRef::fields, get_opclass_oid(), InferClause::indexElems, InvalidOid, lappend(), lfirst, list_make1, ColumnRef::location, InferClause::location, LookupCollation(), makeNode, makeString(), NIL, parse(), parser_errposition(), result, SORTBY_DEFAULT, SORTBY_NULLS_DEFAULT, and transformExpr().

Referenced by transformOnConflictArbiter().

◆ setNamespaceColumnVisibility()

static void setNamespaceColumnVisibility ( List namespace,
bool  cols_visible 
)
static

Definition at line 1959 of file parse_clause.c.

1960{
1961 ListCell *lc;
1962
1963 foreach(lc, namespace)
1964 {
1966
1968 }
1969}

References fb(), lfirst, and ParseNamespaceItem::p_cols_visible.

Referenced by transformFromClauseItem().

◆ setNamespaceLateralState()

static void setNamespaceLateralState ( List namespace,
bool  lateral_only,
bool  lateral_ok 
)
static

Definition at line 1976 of file parse_clause.c.

1977{
1978 ListCell *lc;
1979
1980 foreach(lc, namespace)
1981 {
1983
1985 nsitem->p_lateral_ok = lateral_ok;
1986 }
1987}

References fb(), lfirst, and ParseNamespaceItem::p_lateral_only.

Referenced by transformFromClause(), transformFromClauseItem(), and transformJoinOnClause().

◆ setTargetTable()

int setTargetTable ( ParseState pstate,
RangeVar relation,
bool  inh,
bool  alsoSource,
AclMode  requiredPerms 
)

Definition at line 182 of file parse_clause.c.

184{
186
187 /*
188 * ENRs hide tables of the same name, so we need to check for them first.
189 * In contrast, CTEs don't hide tables (for this purpose).
190 */
191 if (relation->schemaname == NULL &&
192 scanNameSpaceForENR(pstate, relation->relname))
195 errmsg("relation \"%s\" cannot be the target of a modifying statement",
196 relation->relname)));
197
198 /* Close old target; this could only happen for multi-action rules */
199 if (pstate->p_target_relation != NULL)
201
202 /*
203 * Open target rel and grab suitable lock (which we will hold till end of
204 * transaction).
205 *
206 * free_parsestate() will eventually do the corresponding table_close(),
207 * but *not* release the lock.
208 */
209 pstate->p_target_relation = parserOpenTable(pstate, relation,
211
212 /*
213 * Now build an RTE and a ParseNamespaceItem.
214 */
217 relation->alias, inh, false);
218
219 /* remember the RTE/nsitem as being the query target */
220 pstate->p_target_nsitem = nsitem;
221
222 /*
223 * Override addRangeTableEntry's default ACL_SELECT permissions check, and
224 * instead mark target table as requiring exactly the specified
225 * permissions.
226 *
227 * If we find an explicit reference to the rel later during parse
228 * analysis, we will add the ACL_SELECT bit back again; see
229 * markVarForSelectPriv and its callers.
230 */
231 nsitem->p_perminfo->requiredPerms = requiredPerms;
232
233 /*
234 * If UPDATE/DELETE, add table to joinlist and namespace.
235 */
236 if (alsoSource)
237 addNSItemToQuery(pstate, nsitem, true, true, true);
238
239 return nsitem->p_rtindex;
240}
#define NoLock
Definition lockdefs.h:34
#define RowExclusiveLock
Definition lockdefs.h:38
Relation parserOpenTable(ParseState *pstate, const RangeVar *relation, LOCKMODE lockmode)
void addNSItemToQuery(ParseState *pstate, ParseNamespaceItem *nsitem, bool addToJoinList, bool addToRelNameSpace, bool addToVarNameSpace)
ParseNamespaceItem * addRangeTableEntryForRelation(ParseState *pstate, Relation rel, LOCKMODE lockmode, Alias *alias, bool inh, bool inFromCl)
RTEPermissionInfo * p_perminfo
Definition parse_node.h:317
ParseNamespaceItem * p_target_nsitem
Definition parse_node.h:229
Relation p_target_relation
Definition parse_node.h:228
Alias * alias
Definition primnodes.h:93
void table_close(Relation relation, LOCKMODE lockmode)
Definition table.c:126

References addNSItemToQuery(), addRangeTableEntryForRelation(), RangeVar::alias, ereport, errcode(), errmsg, ERROR, fb(), NoLock, ParseNamespaceItem::p_perminfo, ParseState::p_target_nsitem, ParseState::p_target_relation, parserOpenTable(), RangeVar::relname, RTEPermissionInfo::requiredPerms, RowExclusiveLock, scanNameSpaceForENR(), RangeVar::schemaname, and table_close().

Referenced by transformDeleteStmt(), transformInsertStmt(), transformMergeStmt(), and transformUpdateStmt().

◆ targetIsInSortList()

bool targetIsInSortList ( TargetEntry tle,
Oid  sortop,
List sortList 
)

Definition at line 3849 of file parse_clause.c.

3850{
3851 Index ref = tle->ressortgroupref;
3852 ListCell *l;
3853
3854 /* no need to scan list if tle has no marker */
3855 if (ref == 0)
3856 return false;
3857
3858 foreach(l, sortList)
3859 {
3861
3862 if (scl->tleSortGroupRef == ref &&
3863 (sortop == InvalidOid ||
3864 sortop == scl->sortop ||
3865 sortop == get_commutator(scl->sortop)))
3866 return true;
3867 }
3868 return false;
3869}
Oid get_commutator(Oid opno)
Definition lsyscache.c:1740

References fb(), get_commutator(), InvalidOid, and lfirst.

Referenced by addTargetToGroupList(), addTargetToSortList(), check_output_expressions(), examine_simple_variable(), targetIsInAllPartitionLists(), transformDistinctOnClause(), and transformGroupClauseExpr().

◆ transformDistinctClause()

List * transformDistinctClause ( ParseState pstate,
List **  targetlist,
List sortClause,
bool  is_agg 
)

Definition at line 3192 of file parse_clause.c.

3194{
3195 List *result = NIL;
3198
3199 /*
3200 * The distinctClause should consist of all ORDER BY items followed by all
3201 * other non-resjunk targetlist items. There must not be any resjunk
3202 * ORDER BY items --- that would imply that we are sorting by a value that
3203 * isn't necessarily unique within a DISTINCT group, so the results
3204 * wouldn't be well-defined. This construction ensures we follow the rule
3205 * that sortClause and distinctClause match; in fact the sortClause will
3206 * always be a prefix of distinctClause.
3207 *
3208 * Note a corner case: the same TLE could be in the ORDER BY list multiple
3209 * times with different sortops. We have to include it in the
3210 * distinctClause the same way to preserve the prefix property. The net
3211 * effect will be that the TLE value will be made unique according to both
3212 * sortops.
3213 */
3214 foreach(slitem, sortClause)
3215 {
3217 TargetEntry *tle = get_sortgroupclause_tle(scl, *targetlist);
3218
3219 if (tle->resjunk)
3220 ereport(ERROR,
3222 is_agg ?
3223 errmsg("in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list") :
3224 errmsg("for SELECT DISTINCT, ORDER BY expressions must appear in select list"),
3225 parser_errposition(pstate,
3226 exprLocation((Node *) tle->expr))));
3228 }
3229
3230 /*
3231 * Now add any remaining non-resjunk tlist items, using default sort/group
3232 * semantics for their data types.
3233 */
3234 foreach(tlitem, *targetlist)
3235 {
3237
3238 if (tle->resjunk)
3239 continue; /* ignore junk */
3241 result, *targetlist,
3242 exprLocation((Node *) tle->expr));
3243 }
3244
3245 /*
3246 * Complain if we found nothing to make DISTINCT. Returning an empty list
3247 * would cause the parsed Query to look like it didn't have DISTINCT, with
3248 * results that would probably surprise the user. Note: this case is
3249 * presently impossible for aggregates because of grammar restrictions,
3250 * but we check anyway.
3251 */
3252 if (result == NIL)
3253 ereport(ERROR,
3255 is_agg ?
3256 errmsg("an aggregate with DISTINCT must have at least one argument") :
3257 errmsg("SELECT DISTINCT must have at least one column")));
3258
3259 return result;
3260}
#define copyObject(obj)
Definition nodes.h:232
static List * addTargetToGroupList(ParseState *pstate, TargetEntry *tle, List *grouplist, List *targetlist, int location)
TargetEntry * get_sortgroupclause_tle(SortGroupClause *sgClause, List *targetList)
Definition tlist.c:376

References addTargetToGroupList(), copyObject, ereport, errcode(), errmsg, ERROR, exprLocation(), fb(), get_sortgroupclause_tle(), lappend(), lfirst, NIL, parser_errposition(), and result.

Referenced by transformAggregateCall(), and transformSelectStmt().

◆ transformDistinctOnClause()

List * transformDistinctOnClause ( ParseState pstate,
List distinctlist,
List **  targetlist,
List sortClause 
)

Definition at line 3276 of file parse_clause.c.

3278{
3279 List *result = NIL;
3281 bool skipped_sortitem;
3282 ListCell *lc;
3283 ListCell *lc2;
3284
3285 /*
3286 * Add all the DISTINCT ON expressions to the tlist (if not already
3287 * present, they are added as resjunk items). Assign sortgroupref numbers
3288 * to them, and make a list of these numbers. (NB: we rely below on the
3289 * sortgrouprefs list being one-for-one with the original distinctlist.
3290 * Also notice that we could have duplicate DISTINCT ON expressions and
3291 * hence duplicate entries in sortgrouprefs.)
3292 */
3293 foreach(lc, distinctlist)
3294 {
3295 Node *dexpr = (Node *) lfirst(lc);
3296 int sortgroupref;
3298
3299 tle = findTargetlistEntrySQL92(pstate, dexpr, targetlist,
3301 sortgroupref = assignSortGroupRef(tle, *targetlist);
3302 sortgrouprefs = lappend_int(sortgrouprefs, sortgroupref);
3303 }
3304
3305 /*
3306 * If the user writes both DISTINCT ON and ORDER BY, adopt the sorting
3307 * semantics from ORDER BY items that match DISTINCT ON items, and also
3308 * adopt their column sort order. We insist that the distinctClause and
3309 * sortClause match, so throw error if we find the need to add any more
3310 * distinctClause items after we've skipped an ORDER BY item that wasn't
3311 * in DISTINCT ON.
3312 */
3313 skipped_sortitem = false;
3314 foreach(lc, sortClause)
3315 {
3317
3318 if (list_member_int(sortgrouprefs, scl->tleSortGroupRef))
3319 {
3320 if (skipped_sortitem)
3321 ereport(ERROR,
3323 errmsg("SELECT DISTINCT ON expressions must match initial ORDER BY expressions"),
3324 parser_errposition(pstate,
3325 get_matching_location(scl->tleSortGroupRef,
3327 distinctlist))));
3328 else
3330 }
3331 else
3332 skipped_sortitem = true;
3333 }
3334
3335 /*
3336 * Now add any remaining DISTINCT ON items, using default sort/group
3337 * semantics for their data types. (Note: this is pretty questionable; if
3338 * the ORDER BY list doesn't include all the DISTINCT ON items and more
3339 * besides, you certainly aren't using DISTINCT ON in the intended way,
3340 * and you probably aren't going to get consistent results. It might be
3341 * better to throw an error or warning here. But historically we've
3342 * allowed it, so keep doing so.)
3343 */
3345 {
3346 Node *dexpr = (Node *) lfirst(lc);
3347 int sortgroupref = lfirst_int(lc2);
3348 TargetEntry *tle = get_sortgroupref_tle(sortgroupref, *targetlist);
3349
3351 continue; /* already in list (with some semantics) */
3352 if (skipped_sortitem)
3353 ereport(ERROR,
3355 errmsg("SELECT DISTINCT ON expressions must match initial ORDER BY expressions"),
3358 result, *targetlist,
3360 }
3361
3362 /*
3363 * An empty result list is impossible here because of grammar
3364 * restrictions.
3365 */
3366 Assert(result != NIL);
3367
3368 return result;
3369}
bool list_member_int(const List *list, int datum)
Definition list.c:702
static int get_matching_location(int sortgroupref, List *sortgrouprefs, List *exprs)
static TargetEntry * findTargetlistEntrySQL92(ParseState *pstate, Node *node, List **tlist, ParseExprKind exprKind)
TargetEntry * get_sortgroupref_tle(Index sortref, List *targetList)
Definition tlist.c:354

References addTargetToGroupList(), Assert, assignSortGroupRef(), copyObject, ereport, errcode(), errmsg, ERROR, EXPR_KIND_DISTINCT_ON, exprLocation(), fb(), findTargetlistEntrySQL92(), forboth, get_matching_location(), get_sortgroupref_tle(), InvalidOid, lappend(), lappend_int(), lfirst, lfirst_int, list_member_int(), NIL, parser_errposition(), result, and targetIsInSortList().

Referenced by transformSelectStmt().

◆ transformFrameOffset()

static Node * transformFrameOffset ( ParseState pstate,
int  frameOptions,
Oid  rangeopfamily,
Oid  rangeopcintype,
Oid inRangeFunc,
Node clause 
)
static

Definition at line 3903 of file parse_clause.c.

3906{
3907 const char *constructName = NULL;
3908 Node *node;
3909
3910 *inRangeFunc = InvalidOid; /* default result */
3911
3912 /* Quick exit if no offset expression */
3913 if (clause == NULL)
3914 return NULL;
3915
3916 if (frameOptions & FRAMEOPTION_ROWS)
3917 {
3918 /* Transform the raw expression tree */
3919 node = transformExpr(pstate, clause, EXPR_KIND_WINDOW_FRAME_ROWS);
3920
3921 /*
3922 * Like LIMIT clause, simply coerce to int8
3923 */
3924 constructName = "ROWS";
3925 node = coerce_to_specific_type(pstate, node, INT8OID, constructName);
3926 }
3927 else if (frameOptions & FRAMEOPTION_RANGE)
3928 {
3929 /*
3930 * We must look up the in_range support function that's to be used,
3931 * possibly choosing one of several, and coerce the "offset" value to
3932 * the appropriate input type.
3933 */
3934 Oid nodeType;
3936 int nfuncs = 0;
3937 int nmatches = 0;
3941 int i;
3942
3943 /* Transform the raw expression tree */
3944 node = transformExpr(pstate, clause, EXPR_KIND_WINDOW_FRAME_RANGE);
3945 nodeType = exprType(node);
3946
3947 /*
3948 * If there are multiple candidates, we'll prefer the one that exactly
3949 * matches nodeType; or if nodeType is as yet unknown, prefer the one
3950 * that exactly matches the sort column type. (The second rule is
3951 * like what we do for "known_type operator unknown".)
3952 */
3954
3955 /* Find the in_range support functions applicable to this case */
3959 for (i = 0; i < proclist->n_members; i++)
3960 {
3961 HeapTuple proctup = &proclist->members[i]->tuple;
3963
3964 /* The search will find all support proc types; ignore others */
3965 if (procform->amprocnum != BTINRANGE_PROC)
3966 continue;
3967 nfuncs++;
3968
3969 /* Ignore function if given value can't be coerced to that type */
3970 if (!can_coerce_type(1, &nodeType, &procform->amprocrighttype,
3972 continue;
3973 nmatches++;
3974
3975 /* Remember preferred match, or any match if didn't find that */
3977 {
3978 selectedType = procform->amprocrighttype;
3979 selectedFunc = procform->amproc;
3980 }
3981 }
3983
3984 /*
3985 * Throw error if needed. It seems worth taking the trouble to
3986 * distinguish "no support at all" from "you didn't match any
3987 * available offset type".
3988 */
3989 if (nfuncs == 0)
3990 ereport(ERROR,
3992 errmsg("RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s",
3994 parser_errposition(pstate, exprLocation(node))));
3995 if (nmatches == 0)
3996 ereport(ERROR,
3998 errmsg("RANGE with offset PRECEDING/FOLLOWING is not supported for column type %s and offset type %s",
4001 errhint("Cast the offset value to an appropriate type."),
4002 parser_errposition(pstate, exprLocation(node))));
4003 if (nmatches != 1 && selectedType != preferredType)
4004 ereport(ERROR,
4006 errmsg("RANGE with offset PRECEDING/FOLLOWING has multiple interpretations for column type %s and offset type %s",
4009 errhint("Cast the offset value to the exact intended type."),
4010 parser_errposition(pstate, exprLocation(node))));
4011
4012 /* OK, coerce the offset to the right type */
4013 constructName = "RANGE";
4014 node = coerce_to_specific_type(pstate, node,
4017 }
4018 else if (frameOptions & FRAMEOPTION_GROUPS)
4019 {
4020 /* Transform the raw expression tree */
4021 node = transformExpr(pstate, clause, EXPR_KIND_WINDOW_FRAME_GROUPS);
4022
4023 /*
4024 * Like LIMIT clause, simply coerce to int8
4025 */
4026 constructName = "GROUPS";
4027 node = coerce_to_specific_type(pstate, node, INT8OID, constructName);
4028 }
4029 else
4030 {
4031 Assert(false);
4032 node = NULL;
4033 }
4034
4035 /* Disallow variables in frame offsets */
4036 checkExprIsVarFree(pstate, node, constructName);
4037
4038 return node;
4039}
void ReleaseCatCacheList(CatCList *list)
Definition catcache.c:2125
char * format_type_be(Oid type_oid)
static void * GETSTRUCT(const HeapTupleData *tuple)
int i
Definition isn.c:77
#define BTINRANGE_PROC
Definition nbtree.h:719
static void checkExprIsVarFree(ParseState *pstate, Node *n, const char *constructName)
Node * coerce_to_specific_type(ParseState *pstate, Node *node, Oid targetTypeId, const char *constructName)
bool can_coerce_type(int nargs, const Oid *input_typeids, const Oid *target_typeids, CoercionContext ccontext)
@ EXPR_KIND_WINDOW_FRAME_RANGE
Definition parse_node.h:51
@ EXPR_KIND_WINDOW_FRAME_GROUPS
Definition parse_node.h:53
@ EXPR_KIND_WINDOW_FRAME_ROWS
Definition parse_node.h:52
#define FRAMEOPTION_RANGE
Definition parsenodes.h:613
#define FRAMEOPTION_GROUPS
Definition parsenodes.h:615
#define FRAMEOPTION_ROWS
Definition parsenodes.h:614
END_CATALOG_STRUCT typedef FormData_pg_amproc * Form_pg_amproc
Definition pg_amproc.h:72
static Datum ObjectIdGetDatum(Oid X)
Definition postgres.h:252
#define SearchSysCacheList2(cacheId, key1, key2)
Definition syscache.h:129

References Assert, BTINRANGE_PROC, can_coerce_type(), checkExprIsVarFree(), coerce_to_specific_type(), COERCION_IMPLICIT, ereport, errcode(), errhint(), errmsg, ERROR, EXPR_KIND_WINDOW_FRAME_GROUPS, EXPR_KIND_WINDOW_FRAME_RANGE, EXPR_KIND_WINDOW_FRAME_ROWS, exprLocation(), exprType(), fb(), Form_pg_amproc, format_type_be(), FRAMEOPTION_GROUPS, FRAMEOPTION_RANGE, FRAMEOPTION_ROWS, GETSTRUCT(), i, InvalidOid, ObjectIdGetDatum(), parser_errposition(), ReleaseCatCacheList(), SearchSysCacheList2, and transformExpr().

Referenced by transformWindowDefinitions().

◆ transformFromClause()

void transformFromClause ( ParseState pstate,
List frmList 
)

Definition at line 116 of file parse_clause.c.

117{
118 ListCell *fl;
119
120 /*
121 * The grammar will have produced a list of RangeVars, RangeSubselects,
122 * RangeFunctions, and/or JoinExprs. Transform each one (possibly adding
123 * entries to the rtable), check for duplicate refnames, and then add it
124 * to the joinlist and namespace.
125 *
126 * Note we must process the items left-to-right for proper handling of
127 * LATERAL references.
128 */
129 foreach(fl, frmList)
130 {
131 Node *n = lfirst(fl);
133 List *namespace;
134
135 n = transformFromClauseItem(pstate, n,
136 &nsitem,
137 &namespace);
138
139 checkNameSpaceConflicts(pstate, pstate->p_namespace, namespace);
140
141 /* Mark the new namespace items as visible only to LATERAL */
142 setNamespaceLateralState(namespace, true, true);
143
144 pstate->p_joinlist = lappend(pstate->p_joinlist, n);
145 pstate->p_namespace = list_concat(pstate->p_namespace, namespace);
146 }
147
148 /*
149 * We're done parsing the FROM list, so make all namespace items
150 * unconditionally visible. Note that this will also reset lateral_only
151 * for any namespace items that were already present when we were called;
152 * but those should have been that way already.
153 */
154 setNamespaceLateralState(pstate->p_namespace, false, true);
155}
static void setNamespaceLateralState(List *namespace, bool lateral_only, bool lateral_ok)
static Node * transformFromClauseItem(ParseState *pstate, Node *n, ParseNamespaceItem **top_nsitem, List **namespace)
void checkNameSpaceConflicts(ParseState *pstate, List *namespace1, List *namespace2)
List * p_namespace
Definition parse_node.h:222
List * p_joinlist
Definition parse_node.h:220

References checkNameSpaceConflicts(), fb(), lappend(), lfirst, list_concat(), ParseState::p_joinlist, ParseState::p_namespace, setNamespaceLateralState(), and transformFromClauseItem().

Referenced by transformDeleteStmt(), transformMergeStmt(), transformSelectStmt(), and transformUpdateStmt().

◆ transformFromClauseItem()

static Node * transformFromClauseItem ( ParseState pstate,
Node n,
ParseNamespaceItem **  top_nsitem,
List **  namespace 
)
static

Definition at line 1186 of file parse_clause.c.

1189{
1190 /* Guard against stack overflow due to overly deep subtree */
1192
1193 if (IsA(n, RangeVar))
1194 {
1195 /* Plain relation reference, or perhaps a CTE reference */
1196 RangeVar *rv = (RangeVar *) n;
1199
1200 /* Check if it's a CTE or tuplestore reference */
1202
1203 /* if not found above, must be a table reference */
1204 if (!nsitem)
1205 nsitem = transformTableEntry(pstate, rv);
1206
1207 *top_nsitem = nsitem;
1208 *namespace = list_make1(nsitem);
1210 rtr->rtindex = nsitem->p_rtindex;
1211 return (Node *) rtr;
1212 }
1213 else if (IsA(n, RangeSubselect))
1214 {
1215 /* sub-SELECT is like a plain relation */
1218
1220 *top_nsitem = nsitem;
1221 *namespace = list_make1(nsitem);
1223 rtr->rtindex = nsitem->p_rtindex;
1224 return (Node *) rtr;
1225 }
1226 else if (IsA(n, RangeFunction))
1227 {
1228 /* function is like a plain relation */
1231
1233 *top_nsitem = nsitem;
1234 *namespace = list_make1(nsitem);
1236 rtr->rtindex = nsitem->p_rtindex;
1237 return (Node *) rtr;
1238 }
1239 else if (IsA(n, RangeTableFunc) || IsA(n, JsonTable))
1240 {
1241 /* table function is like a plain relation */
1244
1245 if (IsA(n, JsonTable))
1246 nsitem = transformJsonTable(pstate, (JsonTable *) n);
1247 else
1249
1250 *top_nsitem = nsitem;
1251 *namespace = list_make1(nsitem);
1253 rtr->rtindex = nsitem->p_rtindex;
1254 return (Node *) rtr;
1255 }
1256 else if (IsA(n, RangeGraphTable))
1257 {
1260
1262 *top_nsitem = nsitem;
1263 *namespace = list_make1(nsitem);
1265 rtr->rtindex = nsitem->p_rtindex;
1266 return (Node *) rtr;
1267 }
1268 else if (IsA(n, RangeTableSample))
1269 {
1270 /* TABLESAMPLE clause (wrapping some other valid FROM node) */
1272 Node *rel;
1274
1275 /* Recursively transform the contained relation */
1276 rel = transformFromClauseItem(pstate, rts->relation,
1277 top_nsitem, namespace);
1278 rte = (*top_nsitem)->p_rte;
1279 /* We only support this on plain relations and matviews */
1280 if (rte->rtekind != RTE_RELATION ||
1281 (rte->relkind != RELKIND_RELATION &&
1282 rte->relkind != RELKIND_MATVIEW &&
1283 rte->relkind != RELKIND_PARTITIONED_TABLE))
1284 ereport(ERROR,
1286 errmsg("TABLESAMPLE clause can only be applied to tables and materialized views"),
1287 parser_errposition(pstate, exprLocation(rts->relation))));
1288
1289 /* Transform TABLESAMPLE details and attach to the RTE */
1290 rte->tablesample = transformRangeTableSample(pstate, rts);
1291 return rel;
1292 }
1293 else if (IsA(n, JoinExpr))
1294 {
1295 /* A newfangled join expression */
1296 JoinExpr *j = (JoinExpr *) n;
1301 *r_namespace,
1302 *my_namespace,
1303 *l_colnames,
1304 *r_colnames,
1305 *res_colnames,
1306 *l_colnos,
1307 *r_colnos,
1308 *res_colvars;
1310 *r_nscolumns,
1312 int res_colindex;
1313 bool lateral_ok;
1315 int k;
1316
1317 /*
1318 * Recursively process the left subtree, then the right. We must do
1319 * it in this order for correct visibility of LATERAL references.
1320 */
1321 j->larg = transformFromClauseItem(pstate, j->larg,
1322 &l_nsitem,
1323 &l_namespace);
1324
1325 /*
1326 * Make the left-side RTEs available for LATERAL access within the
1327 * right side, by temporarily adding them to the pstate's namespace
1328 * list. Per SQL:2008, if the join type is not INNER or LEFT then the
1329 * left-side names must still be exposed, but it's an error to
1330 * reference them. (Stupid design, but that's what it says.) Hence,
1331 * we always push them into the namespace, but mark them as not
1332 * lateral_ok if the jointype is wrong.
1333 *
1334 * Notice that we don't require the merged namespace list to be
1335 * conflict-free. See the comments for scanNameSpaceForRefname().
1336 */
1337 lateral_ok = (j->jointype == JOIN_INNER || j->jointype == JOIN_LEFT);
1339
1341 pstate->p_namespace = list_concat(pstate->p_namespace, l_namespace);
1342
1343 /* And now we can process the RHS */
1344 j->rarg = transformFromClauseItem(pstate, j->rarg,
1345 &r_nsitem,
1346 &r_namespace);
1347
1348 /* Remove the left-side RTEs from the namespace list again */
1349 pstate->p_namespace = list_truncate(pstate->p_namespace,
1351
1352 /*
1353 * Check for conflicting refnames in left and right subtrees. Must do
1354 * this because higher levels will assume I hand back a self-
1355 * consistent namespace list.
1356 */
1358
1359 /*
1360 * Generate combined namespace info for possible use below.
1361 */
1363
1364 /*
1365 * We'll work from the nscolumns data and eref alias column names for
1366 * each of the input nsitems. Note that these include dropped
1367 * columns, which is helpful because we can keep track of physical
1368 * input column numbers more easily.
1369 */
1370 l_nscolumns = l_nsitem->p_nscolumns;
1371 l_colnames = l_nsitem->p_names->colnames;
1372 r_nscolumns = r_nsitem->p_nscolumns;
1373 r_colnames = r_nsitem->p_names->colnames;
1374
1375 /*
1376 * Natural join does not explicitly specify columns; must generate
1377 * columns to join. Need to run through the list of columns from each
1378 * table or join result and match up the column names. Use the first
1379 * table, and check every column in the second table for a match.
1380 * (We'll check that the matches were unique later on.) The result of
1381 * this step is a list of column names just like an explicitly-written
1382 * USING list.
1383 */
1384 if (j->isNatural)
1385 {
1386 List *rlist = NIL;
1387 ListCell *lx,
1388 *rx;
1389
1390 Assert(j->usingClause == NIL); /* shouldn't have USING() too */
1391
1392 foreach(lx, l_colnames)
1393 {
1394 char *l_colname = strVal(lfirst(lx));
1395 String *m_name = NULL;
1396
1397 if (l_colname[0] == '\0')
1398 continue; /* ignore dropped columns */
1399
1400 foreach(rx, r_colnames)
1401 {
1402 char *r_colname = strVal(lfirst(rx));
1403
1404 if (strcmp(l_colname, r_colname) == 0)
1405 {
1407 break;
1408 }
1409 }
1410
1411 /* matched a right column? then keep as join column... */
1412 if (m_name != NULL)
1414 }
1415
1416 j->usingClause = rlist;
1417 }
1418
1419 /*
1420 * If a USING clause alias was specified, save the USING columns as
1421 * its column list.
1422 */
1423 if (j->join_using_alias)
1424 j->join_using_alias->colnames = j->usingClause;
1425
1426 /*
1427 * Now transform the join qualifications, if any.
1428 */
1429 l_colnos = NIL;
1430 r_colnos = NIL;
1431 res_colnames = NIL;
1432 res_colvars = NIL;
1433
1434 /* this may be larger than needed, but it's not worth being exact */
1437 sizeof(ParseNamespaceColumn));
1438 res_colindex = 0;
1439
1440 if (j->usingClause)
1441 {
1442 /*
1443 * JOIN/USING (or NATURAL JOIN, as transformed above). Transform
1444 * the list into an explicit ON-condition.
1445 */
1446 List *ucols = j->usingClause;
1447 List *l_usingvars = NIL;
1448 List *r_usingvars = NIL;
1449 ListCell *ucol;
1450
1451 Assert(j->quals == NULL); /* shouldn't have ON() too */
1452
1453 foreach(ucol, ucols)
1454 {
1455 char *u_colname = strVal(lfirst(ucol));
1456 ListCell *col;
1457 int ndx;
1458 int l_index = -1;
1459 int r_index = -1;
1460 Var *l_colvar,
1461 *r_colvar;
1462
1463 Assert(u_colname[0] != '\0');
1464
1465 /* Check for USING(foo,foo) */
1466 foreach(col, res_colnames)
1467 {
1468 char *res_colname = strVal(lfirst(col));
1469
1470 if (strcmp(res_colname, u_colname) == 0)
1471 ereport(ERROR,
1473 errmsg("column name \"%s\" appears more than once in USING clause",
1474 u_colname)));
1475 }
1476
1477 /* Find it in left input */
1478 ndx = 0;
1479 foreach(col, l_colnames)
1480 {
1481 char *l_colname = strVal(lfirst(col));
1482
1483 if (strcmp(l_colname, u_colname) == 0)
1484 {
1485 if (l_index >= 0)
1486 ereport(ERROR,
1488 errmsg("common column name \"%s\" appears more than once in left table",
1489 u_colname)));
1490 l_index = ndx;
1491 }
1492 ndx++;
1493 }
1494 if (l_index < 0)
1495 ereport(ERROR,
1497 errmsg("column \"%s\" specified in USING clause does not exist in left table",
1498 u_colname)));
1500
1501 /* Find it in right input */
1502 ndx = 0;
1503 foreach(col, r_colnames)
1504 {
1505 char *r_colname = strVal(lfirst(col));
1506
1507 if (strcmp(r_colname, u_colname) == 0)
1508 {
1509 if (r_index >= 0)
1510 ereport(ERROR,
1512 errmsg("common column name \"%s\" appears more than once in right table",
1513 u_colname)));
1514 r_index = ndx;
1515 }
1516 ndx++;
1517 }
1518 if (r_index < 0)
1519 ereport(ERROR,
1521 errmsg("column \"%s\" specified in USING clause does not exist in right table",
1522 u_colname)));
1524
1525 /* Build Vars to use in the generated JOIN ON clause */
1530
1531 /*
1532 * While we're here, add column names to the res_colnames
1533 * list. It's a bit ugly to do this here while the
1534 * corresponding res_colvars entries are not made till later,
1535 * but doing this later would require an additional traversal
1536 * of the usingClause list.
1537 */
1539 }
1540
1541 /* Construct the generated JOIN ON clause */
1542 j->quals = transformJoinUsingClause(pstate,
1544 r_usingvars);
1545 }
1546 else if (j->quals)
1547 {
1548 /* User-written ON-condition; transform it */
1549 j->quals = transformJoinOnClause(pstate, j, my_namespace);
1550 }
1551 else
1552 {
1553 /* CROSS JOIN: no quals */
1554 }
1555
1556 /*
1557 * If this is an outer join, now mark the appropriate child RTEs as
1558 * being nulled by this join. We have finished processing the child
1559 * join expressions as well as the current join's quals, which deal in
1560 * non-nulled input columns. All future references to those RTEs will
1561 * see possibly-nulled values, and we should mark generated Vars to
1562 * account for that. In particular, the join alias Vars that we're
1563 * about to build should reflect the nulling effects of this join.
1564 *
1565 * A difficulty with doing this is that we need the join's RT index,
1566 * which we don't officially have yet. However, no other RTE can get
1567 * made between here and the addRangeTableEntryForJoin call, so we can
1568 * predict what the assignment will be. (Alternatively, we could call
1569 * addRangeTableEntryForJoin before we have all the data computed, but
1570 * this seems less ugly.)
1571 */
1572 j->rtindex = list_length(pstate->p_rtable) + 1;
1573
1574 switch (j->jointype)
1575 {
1576 case JOIN_INNER:
1577 break;
1578 case JOIN_LEFT:
1579 markRelsAsNulledBy(pstate, j->rarg, j->rtindex);
1580 break;
1581 case JOIN_FULL:
1582 markRelsAsNulledBy(pstate, j->larg, j->rtindex);
1583 markRelsAsNulledBy(pstate, j->rarg, j->rtindex);
1584 break;
1585 case JOIN_RIGHT:
1586 markRelsAsNulledBy(pstate, j->larg, j->rtindex);
1587 break;
1588 default:
1589 /* shouldn't see any other types here */
1590 elog(ERROR, "unrecognized join type: %d",
1591 (int) j->jointype);
1592 break;
1593 }
1594
1595 /*
1596 * Now we can construct join alias expressions for the USING columns.
1597 */
1598 if (j->usingClause)
1599 {
1600 ListCell *lc1,
1601 *lc2;
1602
1603 /* Scan the colnos lists to recover info from the previous loop */
1605 {
1606 int l_index = lfirst_int(lc1) - 1;
1607 int r_index = lfirst_int(lc2) - 1;
1608 Var *l_colvar,
1609 *r_colvar;
1610 Node *u_colvar;
1612
1613 /*
1614 * Note we re-build these Vars: they might have different
1615 * varnullingrels than the ones made in the previous loop.
1616 */
1619
1620 /* Construct the join alias Var for this column */
1622 j->jointype,
1623 l_colvar,
1624 r_colvar);
1626
1627 /* Construct column's res_nscolumns[] entry */
1629 res_colindex++;
1630 if (u_colvar == (Node *) l_colvar)
1631 {
1632 /* Merged column is equivalent to left input */
1634 }
1635 else if (u_colvar == (Node *) r_colvar)
1636 {
1637 /* Merged column is equivalent to right input */
1639 }
1640 else
1641 {
1642 /*
1643 * Merged column is not semantically equivalent to either
1644 * input, so it needs to be referenced as the join output
1645 * column.
1646 */
1647 res_nscolumn->p_varno = j->rtindex;
1648 res_nscolumn->p_varattno = res_colindex;
1649 res_nscolumn->p_vartype = exprType(u_colvar);
1650 res_nscolumn->p_vartypmod = exprTypmod(u_colvar);
1651 res_nscolumn->p_varcollid = exprCollation(u_colvar);
1652 res_nscolumn->p_varnosyn = j->rtindex;
1653 res_nscolumn->p_varattnosyn = res_colindex;
1654 }
1655 }
1656 }
1657
1658 /* Add remaining columns from each side to the output columns */
1659 res_colindex +=
1664 res_colindex +=
1669
1670 /* If join has an alias, it syntactically hides all inputs */
1671 if (j->alias)
1672 {
1673 for (k = 0; k < res_colindex; k++)
1674 {
1676
1677 nscol->p_varnosyn = j->rtindex;
1678 nscol->p_varattnosyn = k + 1;
1679 }
1680 }
1681
1682 /*
1683 * Now build an RTE and nsitem for the result of the join.
1684 */
1688 j->jointype,
1689 list_length(j->usingClause),
1691 l_colnos,
1692 r_colnos,
1693 j->join_using_alias,
1694 j->alias,
1695 true);
1696
1697 /* Verify that we correctly predicted the join's RT index */
1698 Assert(j->rtindex == nsitem->p_rtindex);
1699 /* Cross-check number of columns, too */
1700 Assert(res_colindex == list_length(nsitem->p_names->colnames));
1701
1702 /*
1703 * Save a link to the JoinExpr in the proper element of p_joinexprs.
1704 * Since we maintain that list lazily, it may be necessary to fill in
1705 * empty entries before we can add the JoinExpr in the right place.
1706 */
1707 for (k = list_length(pstate->p_joinexprs) + 1; k < j->rtindex; k++)
1708 pstate->p_joinexprs = lappend(pstate->p_joinexprs, NULL);
1709 pstate->p_joinexprs = lappend(pstate->p_joinexprs, j);
1710 Assert(list_length(pstate->p_joinexprs) == j->rtindex);
1711
1712 /*
1713 * If the join has a USING alias, build a ParseNamespaceItem for that
1714 * and add it to the list of nsitems in the join's input.
1715 */
1716 if (j->join_using_alias)
1717 {
1719
1721 jnsitem->p_names = j->join_using_alias;
1722 jnsitem->p_rte = nsitem->p_rte;
1723 jnsitem->p_rtindex = nsitem->p_rtindex;
1724 jnsitem->p_perminfo = NULL;
1725 /* no need to copy the first N columns, just use res_nscolumns */
1726 jnsitem->p_nscolumns = res_nscolumns;
1727 /* set default visibility flags; might get changed later */
1728 jnsitem->p_rel_visible = true;
1729 jnsitem->p_cols_visible = true;
1730 jnsitem->p_lateral_only = false;
1731 jnsitem->p_lateral_ok = true;
1732 jnsitem->p_returning_type = VAR_RETURNING_DEFAULT;
1733 /* Per SQL, we must check for alias conflicts */
1736 }
1737
1738 /*
1739 * Prepare returned namespace list. If the JOIN has an alias then it
1740 * hides the contained RTEs completely; otherwise, the contained RTEs
1741 * are still visible as table names, but are not visible for
1742 * unqualified column-name access.
1743 *
1744 * Note: if there are nested alias-less JOINs, the lower-level ones
1745 * will remain in the list although they have neither p_rel_visible
1746 * nor p_cols_visible set. We could delete such list items, but it's
1747 * unclear that it's worth expending cycles to do so.
1748 */
1749 if (j->alias != NULL)
1750 my_namespace = NIL;
1751 else
1753
1754 /*
1755 * The join RTE itself is always made visible for unqualified column
1756 * names. It's visible as a relation name only if it has an alias.
1757 */
1758 nsitem->p_rel_visible = (j->alias != NULL);
1759 nsitem->p_cols_visible = true;
1760 nsitem->p_lateral_only = false;
1761 nsitem->p_lateral_ok = true;
1762
1763 *top_nsitem = nsitem;
1764 *namespace = lappend(my_namespace, nsitem);
1765
1766 return (Node *) j;
1767 }
1768 else
1769 elog(ERROR, "unrecognized node type: %d", (int) nodeTag(n));
1770 return NULL; /* can't get here, keep compiler quiet */
1771}
#define palloc_object(type)
Definition fe_memutils.h:89
List * list_truncate(List *list, int new_size)
Definition list.c:631
void * palloc0(Size size)
Definition mcxt.c:1420
int32 exprTypmod(const Node *expr)
Definition nodeFuncs.c:304
Oid exprCollation(const Node *expr)
Definition nodeFuncs.c:826
static Node * transformJoinOnClause(ParseState *pstate, JoinExpr *j, List *namespace)
static int extractRemainingColumns(ParseState *pstate, ParseNamespaceColumn *src_nscolumns, List *src_colnames, List **src_colnos, List **res_colnames, List **res_colvars, ParseNamespaceColumn *res_nscolumns)
static ParseNamespaceItem * transformRangeSubselect(ParseState *pstate, RangeSubselect *r)
static ParseNamespaceItem * transformRangeTableFunc(ParseState *pstate, RangeTableFunc *rtf)
static void setNamespaceColumnVisibility(List *namespace, bool cols_visible)
static ParseNamespaceItem * getNSItemForSpecialRelationTypes(ParseState *pstate, RangeVar *rv)
static TableSampleClause * transformRangeTableSample(ParseState *pstate, RangeTableSample *rts)
static ParseNamespaceItem * transformRangeGraphTable(ParseState *pstate, RangeGraphTable *rgt)
static Node * transformJoinUsingClause(ParseState *pstate, List *leftVars, List *rightVars)
static Node * buildMergedJoinVar(ParseState *pstate, JoinType jointype, Var *l_colvar, Var *r_colvar)
static ParseNamespaceItem * transformTableEntry(ParseState *pstate, RangeVar *r)
static ParseNamespaceItem * transformRangeFunction(ParseState *pstate, RangeFunction *r)
ParseNamespaceItem * transformJsonTable(ParseState *pstate, JsonTable *jt)
ParseNamespaceItem * addRangeTableEntryForJoin(ParseState *pstate, List *colnames, ParseNamespaceColumn *nscolumns, JoinType jointype, int nummergedcols, List *aliasvars, List *leftcols, List *rightcols, Alias *join_using_alias, Alias *alias, bool inFromCl)
@ RTE_RELATION
@ VAR_RETURNING_DEFAULT
Definition primnodes.h:257
List * p_joinexprs
Definition parse_node.h:218
List * p_rtable
Definition parse_node.h:215

References addRangeTableEntryForJoin(), Assert, buildMergedJoinVar(), buildVarFromNSColumn(), check_stack_depth(), checkNameSpaceConflicts(), elog, ereport, errcode(), errmsg, ERROR, exprCollation(), exprLocation(), exprType(), exprTypmod(), extractRemainingColumns(), fb(), forboth, getNSItemForSpecialRelationTypes(), IsA, j, JOIN_FULL, JOIN_INNER, JOIN_LEFT, JOIN_RIGHT, lappend(), lappend_int(), lfirst, lfirst_int, list_concat(), list_length(), list_make1, list_truncate(), makeNode, makeString(), markRelsAsNulledBy(), NIL, nodeTag, ParseState::p_joinexprs, ParseState::p_namespace, ParseState::p_rtable, ParseNamespaceColumn::p_varnosyn, palloc0(), palloc_object, parser_errposition(), RTE_RELATION, setNamespaceColumnVisibility(), setNamespaceLateralState(), strVal, transformFromClauseItem(), transformJoinOnClause(), transformJoinUsingClause(), transformJsonTable(), transformRangeFunction(), transformRangeGraphTable(), transformRangeSubselect(), transformRangeTableFunc(), transformRangeTableSample(), transformTableEntry(), and VAR_RETURNING_DEFAULT.

Referenced by transformFromClause(), and transformFromClauseItem().

◆ transformGroupClause()

List * transformGroupClause ( ParseState pstate,
List grouplist,
bool  groupByAll,
List **  groupingSets,
List **  targetlist,
List sortClause,
ParseExprKind  exprKind,
bool  useSQL99 
)

Definition at line 2780 of file parse_clause.c.

2784{
2785 List *result = NIL;
2787 List *gsets = NIL;
2788 ListCell *gl;
2789 bool hasGroupingSets = false;
2791
2792 /* Handle GROUP BY ALL */
2793 if (groupByAll)
2794 {
2795 /* There cannot have been any explicit grouplist items */
2796 Assert(grouplist == NIL);
2797
2798 /* Iterate over targets, adding acceptable ones to the result list */
2799 foreach_ptr(TargetEntry, tle, *targetlist)
2800 {
2801 /* Ignore junk TLEs */
2802 if (tle->resjunk)
2803 continue;
2804
2805 /*
2806 * TLEs containing aggregates are not okay to add to GROUP BY
2807 * (compare checkTargetlistEntrySQL92). But the SQL standard
2808 * directs us to skip them, so it's fine.
2809 */
2810 if (pstate->p_hasAggs &&
2811 contain_aggs_of_level((Node *) tle->expr, 0))
2812 continue;
2813
2814 /*
2815 * Likewise, TLEs containing window functions are not okay to add
2816 * to GROUP BY. At this writing, the SQL standard is silent on
2817 * what to do with them, but by analogy to aggregates we'll just
2818 * skip them.
2819 */
2820 if (pstate->p_hasWindowFuncs &&
2821 contain_windowfuncs((Node *) tle->expr))
2822 continue;
2823
2824 /*
2825 * Otherwise, add the TLE to the result using default sort/group
2826 * semantics. We specify the parse location as the TLE's
2827 * location, despite the comment for addTargetToGroupList
2828 * discouraging that. The only other thing we could point to is
2829 * the ALL keyword, which seems unhelpful when there are multiple
2830 * TLEs.
2831 */
2833 result, *targetlist,
2834 exprLocation((Node *) tle->expr));
2835 }
2836
2837 /* If we found any acceptable targets, we're done */
2838 if (result != NIL)
2839 return result;
2840
2841 /*
2842 * Otherwise, the SQL standard says to treat it like "GROUP BY ()".
2843 * Build a representation of that, and let the rest of this function
2844 * handle it.
2845 */
2847 }
2848
2849 /*
2850 * Recursively flatten implicit RowExprs. (Technically this is only needed
2851 * for GROUP BY, per the syntax rules for grouping sets, but we do it
2852 * anyway.)
2853 */
2855 true,
2857
2858 /*
2859 * If the list is now empty, but hasGroupingSets is true, it's because we
2860 * elided redundant empty grouping sets. Restore a single empty grouping
2861 * set to leave a canonical form: GROUP BY ()
2862 */
2863
2865 {
2867 NIL,
2869 }
2870
2871 foreach(gl, flat_grouplist)
2872 {
2873 Node *gexpr = (Node *) lfirst(gl);
2874
2875 if (IsA(gexpr, GroupingSet))
2876 {
2878
2879 switch (gset->kind)
2880 {
2881 case GROUPING_SET_EMPTY:
2882 gsets = lappend(gsets, gset);
2883 break;
2885 /* can't happen */
2886 Assert(false);
2887 break;
2888 case GROUPING_SET_SETS:
2889 case GROUPING_SET_CUBE:
2891 gsets = lappend(gsets,
2893 pstate, gset,
2894 targetlist, sortClause,
2895 exprKind, useSQL99, true));
2896 break;
2897 }
2898 }
2899 else
2900 {
2902 pstate, gexpr,
2903 targetlist, sortClause,
2904 exprKind, useSQL99, true);
2905
2906 if (ref > 0)
2907 {
2909 if (hasGroupingSets)
2910 gsets = lappend(gsets,
2914 }
2915 }
2916 }
2917
2918 /* parser should prevent this */
2919 Assert(gsets == NIL || groupingSets != NULL);
2920
2921 if (groupingSets)
2922 *groupingSets = gsets;
2923
2924 return result;
2925}
static Index transformGroupClauseExpr(List **flatresult, Bitmapset *seen_local, ParseState *pstate, Node *gexpr, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99, bool toplevel)
static Node * transformGroupingSet(List **flatresult, ParseState *pstate, GroupingSet *gset, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99, bool toplevel)
@ GROUPING_SET_CUBE
@ GROUPING_SET_SIMPLE
@ GROUPING_SET_ROLLUP
#define foreach_ptr(type, var, lst)
Definition pg_list.h:501
#define list_make1_int(x1)
Definition pg_list.h:259

References addTargetToGroupList(), Assert, bms_add_member(), contain_aggs_of_level(), contain_windowfuncs(), exprLocation(), fb(), flatten_grouping_sets(), foreach_ptr, GROUPING_SET_CUBE, GROUPING_SET_EMPTY, GROUPING_SET_ROLLUP, GROUPING_SET_SETS, GROUPING_SET_SIMPLE, IsA, lappend(), lfirst, list_make1, list_make1_int, makeGroupingSet(), NIL, ParseState::p_hasAggs, ParseState::p_hasWindowFuncs, result, transformGroupClauseExpr(), and transformGroupingSet().

Referenced by transformSelectStmt(), and transformWindowDefinitions().

◆ transformGroupClauseExpr()

static Index transformGroupClauseExpr ( List **  flatresult,
Bitmapset seen_local,
ParseState pstate,
Node gexpr,
List **  targetlist,
List sortClause,
ParseExprKind  exprKind,
bool  useSQL99,
bool  toplevel 
)
static

Definition at line 2511 of file parse_clause.c.

2515{
2517 bool found = false;
2518
2519 if (useSQL99)
2521 targetlist, exprKind);
2522 else
2524 targetlist, exprKind);
2525
2526 if (tle->ressortgroupref > 0)
2527 {
2528 ListCell *sl;
2529
2530 /*
2531 * Eliminate duplicates (GROUP BY x, x) but only at local level.
2532 * (Duplicates in grouping sets can affect the number of returned
2533 * rows, so can't be dropped indiscriminately.)
2534 *
2535 * Since we don't care about anything except the sortgroupref, we can
2536 * use a bitmapset rather than scanning lists.
2537 */
2538 if (bms_is_member(tle->ressortgroupref, seen_local))
2539 return 0;
2540
2541 /*
2542 * If we're already in the flat clause list, we don't need to consider
2543 * adding ourselves again.
2544 */
2546 if (found)
2547 return tle->ressortgroupref;
2548
2549 /*
2550 * If the GROUP BY tlist entry also appears in ORDER BY, copy operator
2551 * info from the (first) matching ORDER BY item. This means that if
2552 * you write something like "GROUP BY foo ORDER BY foo USING <<<", the
2553 * GROUP BY operation silently takes on the equality semantics implied
2554 * by the ORDER BY. There are two reasons to do this: it improves the
2555 * odds that we can implement both GROUP BY and ORDER BY with a single
2556 * sort step, and it allows the user to choose the equality semantics
2557 * used by GROUP BY, should she be working with a datatype that has
2558 * more than one equality operator.
2559 *
2560 * If we're in a grouping set, though, we force our requested ordering
2561 * to be NULLS LAST, because if we have any hope of using a sorted agg
2562 * for the job, we're going to be tacking on generated NULL values
2563 * after the corresponding groups. If the user demands nulls first,
2564 * another sort step is going to be inevitable, but that's the
2565 * planner's problem.
2566 */
2567
2568 foreach(sl, sortClause)
2569 {
2571
2572 if (sc->tleSortGroupRef == tle->ressortgroupref)
2573 {
2575
2576 if (!toplevel)
2577 grpc->nulls_first = false;
2579 found = true;
2580 break;
2581 }
2582 }
2583 }
2584
2585 /*
2586 * If no match in ORDER BY, just add it to the result using default
2587 * sort/group semantics.
2588 */
2589 if (!found)
2591 *flatresult, *targetlist,
2593
2594 /*
2595 * _something_ must have assigned us a sortgroupref by now...
2596 */
2597
2598 return tle->ressortgroupref;
2599}

References addTargetToGroupList(), bms_is_member(), copyObject, exprLocation(), fb(), findTargetlistEntrySQL92(), findTargetlistEntrySQL99(), InvalidOid, lappend(), lfirst, and targetIsInSortList().

Referenced by transformGroupClause(), transformGroupClauseList(), and transformGroupingSet().

◆ transformGroupClauseList()

static List * transformGroupClauseList ( List **  flatresult,
ParseState pstate,
List list,
List **  targetlist,
List sortClause,
ParseExprKind  exprKind,
bool  useSQL99,
bool  toplevel 
)
static

Definition at line 2619 of file parse_clause.c.

2623{
2625 List *result = NIL;
2626 ListCell *gl;
2627
2628 foreach(gl, list)
2629 {
2630 Node *gexpr = (Node *) lfirst(gl);
2631
2633 seen_local,
2634 pstate,
2635 gexpr,
2636 targetlist,
2637 sortClause,
2638 exprKind,
2639 useSQL99,
2640 toplevel);
2641
2642 if (ref > 0)
2643 {
2646 }
2647 }
2648
2649 return result;
2650}

References bms_add_member(), fb(), lappend_int(), lfirst, NIL, result, and transformGroupClauseExpr().

Referenced by transformGroupingSet().

◆ transformGroupingSet()

static Node * transformGroupingSet ( List **  flatresult,
ParseState pstate,
GroupingSet gset,
List **  targetlist,
List sortClause,
ParseExprKind  exprKind,
bool  useSQL99,
bool  toplevel 
)
static

Definition at line 2672 of file parse_clause.c.

2676{
2677 ListCell *gl;
2678 List *content = NIL;
2679
2680 Assert(toplevel || gset->kind != GROUPING_SET_SETS);
2681
2682 foreach(gl, gset->content)
2683 {
2684 Node *n = lfirst(gl);
2685
2686 if (IsA(n, List))
2687 {
2689 pstate, (List *) n,
2690 targetlist, sortClause,
2691 exprKind, useSQL99, false);
2692
2693 content = lappend(content, makeGroupingSet(GROUPING_SET_SIMPLE,
2694 l,
2695 exprLocation(n)));
2696 }
2697 else if (IsA(n, GroupingSet))
2698 {
2700
2701 content = lappend(content, transformGroupingSet(flatresult,
2702 pstate, gset2,
2703 targetlist, sortClause,
2704 exprKind, useSQL99, false));
2705 }
2706 else
2707 {
2709 NULL,
2710 pstate,
2711 n,
2712 targetlist,
2713 sortClause,
2714 exprKind,
2715 useSQL99,
2716 false);
2717
2718 content = lappend(content, makeGroupingSet(GROUPING_SET_SIMPLE,
2720 exprLocation(n)));
2721 }
2722 }
2723
2724 /* Arbitrarily cap the size of CUBE, which has exponential growth */
2725 if (gset->kind == GROUPING_SET_CUBE)
2726 {
2727 if (list_length(content) > 12)
2728 ereport(ERROR,
2730 errmsg("CUBE is limited to 12 elements"),
2731 parser_errposition(pstate, gset->location)));
2732 }
2733
2734 return (Node *) makeGroupingSet(gset->kind, content, gset->location);
2735}
static List * transformGroupClauseList(List **flatresult, ParseState *pstate, List *list, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99, bool toplevel)

References Assert, ereport, errcode(), errmsg, ERROR, exprLocation(), fb(), GROUPING_SET_CUBE, GROUPING_SET_SETS, GROUPING_SET_SIMPLE, IsA, lappend(), lfirst, list_length(), list_make1_int, makeGroupingSet(), NIL, parser_errposition(), transformGroupClauseExpr(), transformGroupClauseList(), and transformGroupingSet().

Referenced by transformGroupClause(), and transformGroupingSet().

◆ transformJoinOnClause()

static Node * transformJoinOnClause ( ParseState pstate,
JoinExpr j,
List namespace 
)
static

Definition at line 371 of file parse_clause.c.

372{
373 Node *result;
375
376 /*
377 * The namespace that the join expression should see is just the two
378 * subtrees of the JOIN plus any outer references from upper pstate
379 * levels. Temporarily set this pstate's namespace accordingly. (We need
380 * not check for refname conflicts, because transformFromClauseItem()
381 * already did.) All namespace items are marked visible regardless of
382 * LATERAL state.
383 */
384 setNamespaceLateralState(namespace, false, true);
385
386 save_namespace = pstate->p_namespace;
387 pstate->p_namespace = namespace;
388
389 result = transformWhereClause(pstate, j->quals,
390 EXPR_KIND_JOIN_ON, "JOIN/ON");
391
392 pstate->p_namespace = save_namespace;
393
394 return result;
395}
Node * transformWhereClause(ParseState *pstate, Node *clause, ParseExprKind exprKind, const char *constructName)
@ EXPR_KIND_JOIN_ON
Definition parse_node.h:42

References EXPR_KIND_JOIN_ON, fb(), j, ParseState::p_namespace, result, setNamespaceLateralState(), and transformWhereClause().

Referenced by transformFromClauseItem().

◆ transformJoinUsingClause()

static Node * transformJoinUsingClause ( ParseState pstate,
List leftVars,
List rightVars 
)
static

Definition at line 311 of file parse_clause.c.

313{
314 Node *result;
315 List *andargs = NIL;
317 *rvars;
318
319 /*
320 * We cheat a little bit here by building an untransformed operator tree
321 * whose leaves are the already-transformed Vars. This requires collusion
322 * from transformExpr(), which normally could be expected to complain
323 * about already-transformed subnodes. However, this does mean that we
324 * have to mark the columns as requiring SELECT privilege for ourselves;
325 * transformExpr() won't do it.
326 */
328 {
329 Var *lvar = (Var *) lfirst(lvars);
330 Var *rvar = (Var *) lfirst(rvars);
331 A_Expr *e;
332
333 /* Require read access to the join variables */
334 markVarForSelectPriv(pstate, lvar);
335 markVarForSelectPriv(pstate, rvar);
336
337 /* Now create the lvar = rvar join condition */
340 -1);
341
342 /* Prepare to combine into an AND clause, if multiple join columns */
344 }
345
346 /* Only need an AND if there's more than one join column */
347 if (list_length(andargs) == 1)
349 else
351
352 /*
353 * Since the references are already Vars, and are certainly from the input
354 * relations, we don't have to go through the same pushups that
355 * transformJoinOnClause() does. Just invoke transformExpr() to fix up
356 * the operators, and we're done.
357 */
359
360 result = coerce_to_boolean(pstate, result, "JOIN/USING");
361
362 return result;
363}
Expr * makeBoolExpr(BoolExprType boolop, List *args, int location)
Definition makefuncs.c:420
A_Expr * makeSimpleA_Expr(A_Expr_Kind kind, char *name, Node *lexpr, Node *rexpr, int location)
Definition makefuncs.c:48
Node * coerce_to_boolean(ParseState *pstate, Node *node, const char *constructName)
@ EXPR_KIND_JOIN_USING
Definition parse_node.h:43
void markVarForSelectPriv(ParseState *pstate, Var *var)
@ AEXPR_OP
Definition parsenodes.h:333
e
@ AND_EXPR
Definition primnodes.h:964

References AEXPR_OP, AND_EXPR, coerce_to_boolean(), copyObject, EXPR_KIND_JOIN_USING, fb(), forboth, lappend(), lfirst, linitial, list_length(), makeBoolExpr(), makeSimpleA_Expr(), markVarForSelectPriv(), NIL, result, and transformExpr().

Referenced by transformFromClauseItem().

◆ transformLimitClause()

Node * transformLimitClause ( ParseState pstate,
Node clause,
ParseExprKind  exprKind,
const char constructName,
LimitOption  limitOption 
)

Definition at line 2025 of file parse_clause.c.

2028{
2029 Node *qual;
2030
2031 if (clause == NULL)
2032 return NULL;
2033
2034 qual = transformExpr(pstate, clause, exprKind);
2035
2036 qual = coerce_to_specific_type(pstate, qual, INT8OID, constructName);
2037
2038 /* LIMIT can't refer to any variables of the current query */
2039 checkExprIsVarFree(pstate, qual, constructName);
2040
2041 /*
2042 * Don't allow NULLs in FETCH FIRST .. WITH TIES. This test is ugly and
2043 * extremely simplistic, in that you can pass a NULL anyway by hiding it
2044 * inside an expression -- but this protects ruleutils against emitting an
2045 * unadorned NULL that's not accepted back by the grammar.
2046 */
2047 if (exprKind == EXPR_KIND_LIMIT && limitOption == LIMIT_OPTION_WITH_TIES &&
2048 IsA(clause, A_Const) && castNode(A_Const, clause)->isnull)
2049 ereport(ERROR,
2051 errmsg("row count cannot be null in FETCH FIRST ... WITH TIES clause")));
2052
2053 return qual;
2054}
@ LIMIT_OPTION_WITH_TIES
Definition nodes.h:443
@ EXPR_KIND_LIMIT
Definition parse_node.h:63

References castNode, checkExprIsVarFree(), coerce_to_specific_type(), ereport, errcode(), errmsg, ERROR, EXPR_KIND_LIMIT, fb(), IsA, LIMIT_OPTION_WITH_TIES, and transformExpr().

Referenced by transformSelectStmt(), transformSetOperationStmt(), and transformValuesClause().

◆ transformOnConflictArbiter()

void transformOnConflictArbiter ( ParseState pstate,
OnConflictClause onConflictClause,
List **  arbiterExpr,
Node **  arbiterWhere,
Oid constraint 
)

Definition at line 3509 of file parse_clause.c.

3513{
3514 InferClause *infer = onConflictClause->infer;
3515
3516 *arbiterExpr = NIL;
3517 *arbiterWhere = NULL;
3518 *constraint = InvalidOid;
3519
3520 if ((onConflictClause->action == ONCONFLICT_UPDATE ||
3521 onConflictClause->action == ONCONFLICT_SELECT) && !infer)
3522 ereport(ERROR,
3524 errmsg("ON CONFLICT DO %s requires inference specification or constraint name",
3525 onConflictClause->action == ONCONFLICT_UPDATE ? "UPDATE" : "SELECT"),
3526 errhint("For example, ON CONFLICT (column_name)."),
3527 parser_errposition(pstate,
3528 exprLocation((Node *) onConflictClause)));
3529
3530 /*
3531 * To simplify certain aspects of its design, speculative insertion into
3532 * system catalogs is disallowed
3533 */
3535 ereport(ERROR,
3537 errmsg("ON CONFLICT is not supported with system catalog tables"),
3538 parser_errposition(pstate,
3539 exprLocation((Node *) onConflictClause))));
3540
3541 /* Same applies to table used by logical decoding as catalog table */
3543 ereport(ERROR,
3545 errmsg("ON CONFLICT is not supported on table \"%s\" used as a catalog table",
3547 parser_errposition(pstate,
3548 exprLocation((Node *) onConflictClause))));
3549
3550 /* ON CONFLICT DO NOTHING does not require an inference clause */
3551 if (infer)
3552 {
3553 if (infer->indexElems)
3554 *arbiterExpr = resolve_unique_index_expr(pstate, infer,
3555 pstate->p_target_relation);
3556
3557 /*
3558 * Handling inference WHERE clause (for partial unique index
3559 * inference)
3560 */
3561 if (infer->whereClause)
3562 *arbiterWhere = transformExpr(pstate, infer->whereClause,
3564
3565 /*
3566 * If the arbiter is specified by constraint name, get the constraint
3567 * OID and mark the constrained columns as requiring SELECT privilege,
3568 * in the same way as would have happened if the arbiter had been
3569 * specified by explicit reference to the constraint's index columns.
3570 */
3571 if (infer->conname)
3572 {
3573 Oid relid = RelationGetRelid(pstate->p_target_relation);
3576
3578 false, constraint);
3579
3580 /* Make sure the rel as a whole is marked for SELECT access */
3581 perminfo->requiredPerms |= ACL_SELECT;
3582 /* Mark the constrained columns as requiring SELECT access */
3583 perminfo->selectedCols = bms_add_members(perminfo->selectedCols,
3584 conattnos);
3585 }
3586 }
3587
3588 /*
3589 * It's convenient to form a list of expressions based on the
3590 * representation used by CREATE INDEX, since the same restrictions are
3591 * appropriate (e.g. on subqueries). However, from here on, a dedicated
3592 * primnode representation is used for inference elements, and so
3593 * assign_query_collations() can be trusted to do the right thing with the
3594 * post parse analysis query tree inference clause representation.
3595 */
3596}
Bitmapset * bms_add_members(Bitmapset *a, const Bitmapset *b)
Definition bitmapset.c:901
bool IsCatalogRelation(Relation relation)
Definition catalog.c:104
@ ONCONFLICT_SELECT
Definition nodes.h:431
@ ONCONFLICT_UPDATE
Definition nodes.h:430
static List * resolve_unique_index_expr(ParseState *pstate, InferClause *infer, Relation heapRel)
@ EXPR_KIND_INDEX_PREDICATE
Definition parse_node.h:74
#define ACL_SELECT
Definition parsenodes.h:77
Bitmapset * get_relation_constraint_attnos(Oid relid, const char *conname, bool missing_ok, Oid *constraintOid)
#define RelationGetRelid(relation)
Definition rel.h:516
#define RelationIsUsedAsCatalogTable(relation)
Definition rel.h:399
char * conname
Node * whereClause
InferClause * infer
OnConflictAction action

References ACL_SELECT, OnConflictClause::action, bms_add_members(), InferClause::conname, ereport, errcode(), errhint(), errmsg, ERROR, EXPR_KIND_INDEX_PREDICATE, exprLocation(), fb(), get_relation_constraint_attnos(), InferClause::indexElems, OnConflictClause::infer, InvalidOid, IsCatalogRelation(), NIL, ONCONFLICT_SELECT, ONCONFLICT_UPDATE, ParseNamespaceItem::p_perminfo, ParseState::p_target_nsitem, ParseState::p_target_relation, parser_errposition(), RelationGetRelationName, RelationGetRelid, RelationIsUsedAsCatalogTable, resolve_unique_index_expr(), transformExpr(), and InferClause::whereClause.

Referenced by transformOnConflictClause().

◆ transformRangeFunction()

static ParseNamespaceItem * transformRangeFunction ( ParseState pstate,
RangeFunction r 
)
static

Definition at line 469 of file parse_clause.c.

470{
471 List *funcexprs = NIL;
472 List *funcnames = NIL;
474 bool is_lateral;
475 ListCell *lc;
476
477 /*
478 * We make lateral_only names of this level visible, whether or not the
479 * RangeFunction is explicitly marked LATERAL. This is needed for SQL
480 * spec compliance in the case of UNNEST(), and seems useful on
481 * convenience grounds for all functions in FROM.
482 *
483 * (LATERAL can't nest within a single pstate level, so we don't need
484 * save/restore logic here.)
485 */
486 Assert(!pstate->p_lateral_active);
487 pstate->p_lateral_active = true;
488
489 /*
490 * Transform the raw expressions.
491 *
492 * While transforming, also save function names for possible use as alias
493 * and column names. We use the same transformation rules as for a SELECT
494 * output expression. For a FuncCall node, the result will be the
495 * function name, but it is possible for the grammar to hand back other
496 * node types.
497 *
498 * We have to get this info now, because FigureColname only works on raw
499 * parsetrees. Actually deciding what to do with the names is left up to
500 * addRangeTableEntryForFunction.
501 *
502 * Likewise, collect column definition lists if there were any. But
503 * complain if we find one here and the RangeFunction has one too.
504 */
505 foreach(lc, r->functions)
506 {
507 List *pair = (List *) lfirst(lc);
508 Node *fexpr;
509 List *coldeflist;
510 Node *newfexpr;
511 Node *last_srf;
512
513 /* Disassemble the function-call/column-def-list pairs */
514 Assert(list_length(pair) == 2);
515 fexpr = (Node *) linitial(pair);
516 coldeflist = (List *) lsecond(pair);
517
518 /*
519 * If we find a function call unnest() with more than one argument and
520 * no special decoration, transform it into separate unnest() calls on
521 * each argument. This is a kluge, for sure, but it's less nasty than
522 * other ways of implementing the SQL-standard UNNEST() syntax.
523 *
524 * If there is any decoration (including a coldeflist), we don't
525 * transform, which probably means a no-such-function error later. We
526 * could alternatively throw an error right now, but that doesn't seem
527 * tremendously helpful. If someone is using any such decoration,
528 * then they're not using the SQL-standard syntax, and they're more
529 * likely expecting an un-tweaked function call.
530 *
531 * Note: the transformation changes a non-schema-qualified unnest()
532 * function name into schema-qualified pg_catalog.unnest(). This
533 * choice is also a bit debatable, but it seems reasonable to force
534 * use of built-in unnest() when we make this transformation.
535 */
536 if (IsA(fexpr, FuncCall))
537 {
538 FuncCall *fc = (FuncCall *) fexpr;
539
540 if (list_length(fc->funcname) == 1 &&
541 strcmp(strVal(linitial(fc->funcname)), "unnest") == 0 &&
542 list_length(fc->args) > 1 &&
543 fc->agg_order == NIL &&
544 fc->agg_filter == NULL &&
545 fc->over == NULL &&
546 !fc->agg_star &&
547 !fc->agg_distinct &&
548 !fc->func_variadic &&
549 coldeflist == NIL)
550 {
551 ListCell *lc2;
552
553 foreach(lc2, fc->args)
554 {
555 Node *arg = (Node *) lfirst(lc2);
557
558 last_srf = pstate->p_last_srf;
559
563 fc->location);
564
565 newfexpr = transformExpr(pstate, (Node *) newfc,
567
568 /* nodeFunctionscan.c requires SRFs to be at top level */
569 if (pstate->p_last_srf != last_srf &&
570 pstate->p_last_srf != newfexpr)
573 errmsg("set-returning functions must appear at top level of FROM"),
574 parser_errposition(pstate,
575 exprLocation(pstate->p_last_srf))));
576
578
581
582 /* coldeflist is empty, so no error is possible */
583
584 coldeflists = lappend(coldeflists, coldeflist);
585 }
586 continue; /* done with this function item */
587 }
588 }
589
590 /* normal case ... */
591 last_srf = pstate->p_last_srf;
592
593 newfexpr = transformExpr(pstate, fexpr,
595
596 /* nodeFunctionscan.c requires SRFs to be at top level */
597 if (pstate->p_last_srf != last_srf &&
598 pstate->p_last_srf != newfexpr)
601 errmsg("set-returning functions must appear at top level of FROM"),
602 parser_errposition(pstate,
603 exprLocation(pstate->p_last_srf))));
604
606
609
610 if (coldeflist && r->coldeflist)
613 errmsg("multiple column definition lists are not allowed for the same function"),
614 parser_errposition(pstate,
615 exprLocation((Node *) r->coldeflist))));
616
617 coldeflists = lappend(coldeflists, coldeflist);
618 }
619
620 pstate->p_lateral_active = false;
621
622 /*
623 * We must assign collations now so that the RTE exposes correct collation
624 * info for Vars created from it.
625 */
627
628 /*
629 * Install the top-level coldeflist if there was one (we already checked
630 * that there was no conflicting per-function coldeflist).
631 *
632 * We only allow this when there's a single function (even after UNNEST
633 * expansion) and no WITH ORDINALITY. The reason for the latter
634 * restriction is that it's not real clear whether the ordinality column
635 * should be in the coldeflist, and users are too likely to make mistakes
636 * in one direction or the other. Putting the coldeflist inside ROWS
637 * FROM() is much clearer in this case.
638 */
639 if (r->coldeflist)
640 {
641 if (list_length(funcexprs) != 1)
642 {
643 if (r->is_rowsfrom)
646 errmsg("ROWS FROM() with multiple functions cannot have a column definition list"),
647 errhint("Put a separate column definition list for each function inside ROWS FROM()."),
648 parser_errposition(pstate,
649 exprLocation((Node *) r->coldeflist))));
650 else
653 errmsg("UNNEST() with multiple arguments cannot have a column definition list"),
654 errhint("Use separate UNNEST() calls inside ROWS FROM(), and attach a column definition list to each one."),
655 parser_errposition(pstate,
656 exprLocation((Node *) r->coldeflist))));
657 }
658 if (r->ordinality)
661 errmsg("WITH ORDINALITY cannot be used with a column definition list"),
662 errhint("Put the column definition list inside ROWS FROM()."),
663 parser_errposition(pstate,
664 exprLocation((Node *) r->coldeflist))));
665
667 }
668
669 /*
670 * Mark the RTE as LATERAL if the user said LATERAL explicitly, or if
671 * there are any lateral cross-references in it.
672 */
674
675 /*
676 * OK, build an RTE and nsitem for the function.
677 */
678 return addRangeTableEntryForFunction(pstate,
680 r, is_lateral, true);
681}
Datum arg
Definition elog.c:1323
FuncCall * makeFuncCall(List *name, List *args, CoercionForm funcformat, int location)
Definition makefuncs.c:676
void assign_list_collations(ParseState *pstate, List *exprs)
@ EXPR_KIND_FROM_FUNCTION
Definition parse_node.h:45
ParseNamespaceItem * addRangeTableEntryForFunction(ParseState *pstate, List *funcnames, List *funcexprs, List *coldeflists, RangeFunction *rangefunc, bool lateral, bool inFromCl)
char * FigureColname(Node *node)
List * SystemFuncName(char *name)
#define lsecond(l)
Definition pg_list.h:183
static int fc(const char *x)
@ COERCE_EXPLICIT_CALL
Definition primnodes.h:767
Node * p_last_srf
Definition parse_node.h:252
bool p_lateral_active
Definition parse_node.h:224
List * coldeflist
Definition parsenodes.h:676
List * functions
Definition parsenodes.h:674

References addRangeTableEntryForFunction(), arg, Assert, assign_list_collations(), COERCE_EXPLICIT_CALL, RangeFunction::coldeflist, contain_vars_of_level(), ereport, errcode(), errhint(), errmsg, ERROR, EXPR_KIND_FROM_FUNCTION, exprLocation(), fb(), fc(), FigureColname(), RangeFunction::functions, RangeFunction::is_rowsfrom, IsA, lappend(), RangeFunction::lateral, lfirst, linitial, list_length(), list_make1, lsecond, makeFuncCall(), NIL, RangeFunction::ordinality, ParseState::p_last_srf, ParseState::p_lateral_active, parser_errposition(), strVal, SystemFuncName(), and transformExpr().

Referenced by transformFromClauseItem().

◆ transformRangeGraphTable()

static ParseNamespaceItem * transformRangeGraphTable ( ParseState pstate,
RangeGraphTable rgt 
)
static

Definition at line 938 of file parse_clause.c.

939{
940 Relation rel;
941 Oid graphid;
943 Node *gp;
944 List *columns = NIL;
945 List *colnames = NIL;
946 ListCell *lc;
947 int resno = 0;
949
950 rel = parserOpenPropGraph(pstate, rgt->graph_name, AccessShareLock);
951
952 graphid = RelationGetRelid(rel);
953
954 gpstate->graphid = graphid;
955
956 /*
957 * The syntax does not allow nested GRAPH_TABLE and this function
958 * prohibits subquery within GRAPH_TABLE. There should be only one
959 * GRAPH_TABLE being transformed at a time.
960 */
963
964 Assert(!pstate->p_lateral_active);
965 pstate->p_lateral_active = true;
966
968 pstate->p_hasSubLinks = false;
969
970 gp = transformGraphPattern(pstate, rgt->graph_pattern);
971
972 /*
973 * Construct a targetlist representing the COLUMNS specified in the
974 * GRAPH_TABLE. This uses previously constructed list of element pattern
975 * variables in the GraphTableParseState.
976 */
977 foreach(lc, rgt->columns)
978 {
980 Node *colexpr;
981 TargetEntry *te;
982 char *colname;
983
984 colexpr = transformExpr(pstate, rt->val, EXPR_KIND_SELECT_TARGET);
985
986 if (rt->name)
987 colname = rt->name;
988 else
989 {
990 if (IsA(colexpr, GraphPropertyRef))
991 colname = get_propgraph_property_name(castNode(GraphPropertyRef, colexpr)->propid);
992 else
993 {
996 errmsg("complex graph table column must specify an explicit column name"),
997 parser_errposition(pstate, rt->location));
998 colname = NULL;
999 }
1000 }
1001
1002 colnames = lappend(colnames, makeString(colname));
1003
1004 te = makeTargetEntry((Expr *) colexpr, ++resno, colname, false);
1005 columns = lappend(columns, te);
1006 }
1007
1008 /*
1009 * Assign collations to column expressions now since
1010 * assign_query_collations() does not process rangetable entries.
1011 */
1012 assign_list_collations(pstate, columns);
1013
1014 table_close(rel, NoLock);
1015
1016 pstate->p_graph_table_pstate = NULL;
1017 pstate->p_lateral_active = false;
1018
1019 /*
1020 * If we support subqueries within GRAPH_TABLE, those need to be
1021 * propagated to the queries resulting from rewriting graph table RTE. We
1022 * don't do that right now, hence prohibit it for now.
1023 */
1024 if (pstate->p_hasSubLinks)
1025 ereport(ERROR,
1027 errmsg("subqueries within GRAPH_TABLE reference are not supported")));
1029
1030 return addRangeTableEntryForGraphTable(pstate, graphid, castNode(GraphPattern, gp), columns, colnames, rgt->alias, false, true);
1031}
#define palloc0_object(type)
Definition fe_memutils.h:90
#define AccessShareLock
Definition lockdefs.h:36
char * get_propgraph_property_name(Oid propoid)
Definition lsyscache.c:4015
TargetEntry * makeTargetEntry(Expr *expr, AttrNumber resno, char *resname, bool resjunk)
Definition makefuncs.c:289
static Relation parserOpenPropGraph(ParseState *pstate, const RangeVar *relation, LOCKMODE lockmode)
Node * transformGraphPattern(ParseState *pstate, GraphPattern *graph_pattern)
@ EXPR_KIND_SELECT_TARGET
Definition parse_node.h:54
ParseNamespaceItem * addRangeTableEntryForGraphTable(ParseState *pstate, Oid graphid, GraphPattern *graph_pattern, List *columns, List *colnames, Alias *alias, bool lateral, bool inFromCl)
#define lfirst_node(type, lc)
Definition pg_list.h:176
bool p_hasSubLinks
Definition parse_node.h:249
GraphTableParseState * p_graph_table_pstate
Definition parse_node.h:242

References AccessShareLock, addRangeTableEntryForGraphTable(), Assert, assign_list_collations(), castNode, ereport, errcode(), errmsg, ERROR, EXPR_KIND_SELECT_TARGET, fb(), get_propgraph_property_name(), IsA, lappend(), lfirst_node, makeString(), makeTargetEntry(), NIL, NoLock, ParseState::p_graph_table_pstate, ParseState::p_hasSubLinks, ParseState::p_lateral_active, palloc0_object, parser_errposition(), parserOpenPropGraph(), RelationGetRelid, table_close(), transformExpr(), and transformGraphPattern().

Referenced by transformFromClauseItem().

◆ transformRangeSubselect()

static ParseNamespaceItem * transformRangeSubselect ( ParseState pstate,
RangeSubselect r 
)
static

Definition at line 411 of file parse_clause.c.

412{
413 Query *query;
414
415 /*
416 * Set p_expr_kind to show this parse level is recursing to a subselect.
417 * We can't be nested within any expression, so don't need save-restore
418 * logic here.
419 */
422
423 /*
424 * If the subselect is LATERAL, make lateral_only names of this level
425 * visible to it. (LATERAL can't nest within a single pstate level, so we
426 * don't need save/restore logic here.)
427 */
428 Assert(!pstate->p_lateral_active);
429 pstate->p_lateral_active = r->lateral;
430
431 /*
432 * Analyze and transform the subquery. Note that if the subquery doesn't
433 * have an alias, it can't be explicitly selected for locking, but locking
434 * might still be required (if there is an all-tables locking clause).
435 */
436 query = parse_sub_analyze(r->subquery, pstate, NULL,
437 isLockedRefname(pstate,
438 r->alias == NULL ? NULL :
439 r->alias->aliasname),
440 true);
441
442 /* Restore state */
443 pstate->p_lateral_active = false;
444 pstate->p_expr_kind = EXPR_KIND_NONE;
445
446 /*
447 * Check that we got a SELECT. Anything else should be impossible given
448 * restrictions of the grammar, but check anyway.
449 */
450 if (!IsA(query, Query) ||
451 query->commandType != CMD_SELECT)
452 elog(ERROR, "unexpected non-SELECT command in subquery in FROM");
453
454 /*
455 * OK, build an RTE and nsitem for the subquery.
456 */
457 return addRangeTableEntryForSubquery(pstate,
458 query,
459 r->alias,
460 r->lateral,
461 true);
462}
return true
Definition isn.c:130
@ CMD_SELECT
Definition nodes.h:275
@ EXPR_KIND_FROM_SUBSELECT
Definition parse_node.h:44
@ EXPR_KIND_NONE
Definition parse_node.h:40
bool isLockedRefname(ParseState *pstate, const char *refname)
ParseNamespaceItem * addRangeTableEntryForSubquery(ParseState *pstate, Query *subquery, Alias *alias, bool lateral, bool inFromCl)
Query * parse_sub_analyze(Node *parseTree, ParseState *parentParseState, CommonTableExpr *parentCTE, bool locked_from_parent, bool resolve_unknowns)
Definition analyze.c:244
ParseExprKind p_expr_kind
Definition parse_node.h:232
CmdType commandType
Definition parsenodes.h:121

References addRangeTableEntryForSubquery(), RangeSubselect::alias, Alias::aliasname, Assert, CMD_SELECT, Query::commandType, elog, ERROR, EXPR_KIND_FROM_SUBSELECT, EXPR_KIND_NONE, fb(), IsA, isLockedRefname(), RangeSubselect::lateral, ParseState::p_expr_kind, ParseState::p_lateral_active, parse_sub_analyze(), and RangeSubselect::subquery.

Referenced by transformFromClauseItem().

◆ transformRangeTableFunc()

static ParseNamespaceItem * transformRangeTableFunc ( ParseState pstate,
RangeTableFunc rtf 
)
static

Definition at line 692 of file parse_clause.c.

693{
695 const char *constructName;
696 Oid docType;
697 bool is_lateral;
698 ListCell *col;
699 char **names;
700 int colno;
701
702 /*
703 * Currently we only support XMLTABLE here. See transformJsonTable() for
704 * JSON_TABLE support.
705 */
707 constructName = "XMLTABLE";
708 docType = XMLOID;
709
710 /*
711 * We make lateral_only names of this level visible, whether or not the
712 * RangeTableFunc is explicitly marked LATERAL. This is needed for SQL
713 * spec compliance and seems useful on convenience grounds for all
714 * functions in FROM.
715 *
716 * (LATERAL can't nest within a single pstate level, so we don't need
717 * save/restore logic here.)
718 */
719 Assert(!pstate->p_lateral_active);
720 pstate->p_lateral_active = true;
721
722 /* Transform and apply typecast to the row-generating expression ... */
723 Assert(rtf->rowexpr != NULL);
724 tf->rowexpr = coerce_to_specific_type(pstate,
725 transformExpr(pstate, rtf->rowexpr, EXPR_KIND_FROM_FUNCTION),
726 TEXTOID,
728 assign_expr_collations(pstate, tf->rowexpr);
729
730 /* ... and to the document itself */
731 Assert(rtf->docexpr != NULL);
732 tf->docexpr = coerce_to_specific_type(pstate,
733 transformExpr(pstate, rtf->docexpr, EXPR_KIND_FROM_FUNCTION),
734 docType,
736 assign_expr_collations(pstate, tf->docexpr);
737
738 /* undef ordinality column number */
739 tf->ordinalitycol = -1;
740
741 /* Process column specs */
742 names = palloc_array(char *, list_length(rtf->columns));
743
744 colno = 0;
745 foreach(col, rtf->columns)
746 {
748 Oid typid;
749 int32 typmod;
750 Node *colexpr;
751 Node *coldefexpr;
752 int j;
753
754 tf->colnames = lappend(tf->colnames,
755 makeString(pstrdup(rawc->colname)));
756
757 /*
758 * Determine the type and typmod for the new column. FOR ORDINALITY
759 * columns are INTEGER per spec; the others are user-specified.
760 */
761 if (rawc->for_ordinality)
762 {
763 if (tf->ordinalitycol != -1)
766 errmsg("only one FOR ORDINALITY column is allowed"),
767 parser_errposition(pstate, rawc->location)));
768
769 typid = INT4OID;
770 typmod = -1;
771 tf->ordinalitycol = colno;
772 }
773 else
774 {
775 if (rawc->typeName->setof)
778 errmsg("column \"%s\" cannot be declared SETOF",
779 rawc->colname),
780 parser_errposition(pstate, rawc->location)));
781
782 typenameTypeIdAndMod(pstate, rawc->typeName,
783 &typid, &typmod);
784 }
785
786 tf->coltypes = lappend_oid(tf->coltypes, typid);
787 tf->coltypmods = lappend_int(tf->coltypmods, typmod);
788 tf->colcollations = lappend_oid(tf->colcollations,
789 get_typcollation(typid));
790
791 /* Transform the PATH and DEFAULT expressions */
792 if (rawc->colexpr)
793 {
794 colexpr = coerce_to_specific_type(pstate,
795 transformExpr(pstate, rawc->colexpr,
797 TEXTOID,
799 assign_expr_collations(pstate, colexpr);
800 }
801 else
802 colexpr = NULL;
803
804 if (rawc->coldefexpr)
805 {
806 coldefexpr = coerce_to_specific_type_typmod(pstate,
807 transformExpr(pstate, rawc->coldefexpr,
809 typid, typmod,
811 assign_expr_collations(pstate, coldefexpr);
812 }
813 else
814 coldefexpr = NULL;
815
816 tf->colexprs = lappend(tf->colexprs, colexpr);
817 tf->coldefexprs = lappend(tf->coldefexprs, coldefexpr);
818
819 if (rawc->is_not_null)
820 tf->notnulls = bms_add_member(tf->notnulls, colno);
821
822 /* make sure column names are unique */
823 for (j = 0; j < colno; j++)
824 if (strcmp(names[j], rawc->colname) == 0)
827 errmsg("column name \"%s\" is not unique",
828 rawc->colname),
829 parser_errposition(pstate, rawc->location)));
830 names[colno] = rawc->colname;
831
832 colno++;
833 }
834 pfree(names);
835
836 /* Namespaces, if any, also need to be transformed */
837 if (rtf->namespaces != NIL)
838 {
839 ListCell *ns;
840 ListCell *lc2;
841 List *ns_uris = NIL;
842 List *ns_names = NIL;
843 bool default_ns_seen = false;
844
845 foreach(ns, rtf->namespaces)
846 {
847 ResTarget *r = (ResTarget *) lfirst(ns);
848 Node *ns_uri;
849
850 Assert(IsA(r, ResTarget));
855 ns_uris = lappend(ns_uris, ns_uri);
856
857 /* Verify consistency of name list: no dupes, only one DEFAULT */
858 if (r->name != NULL)
859 {
860 foreach(lc2, ns_names)
861 {
863
864 if (ns_node == NULL)
865 continue;
866 if (strcmp(strVal(ns_node), r->name) == 0)
869 errmsg("namespace name \"%s\" is not unique",
870 r->name),
871 parser_errposition(pstate, r->location)));
872 }
873 }
874 else
875 {
876 if (default_ns_seen)
879 errmsg("only one default namespace is allowed"),
880 parser_errposition(pstate, r->location)));
881 default_ns_seen = true;
882 }
883
884 /* We represent DEFAULT by a null pointer */
885 ns_names = lappend(ns_names,
886 r->name ? makeString(r->name) : NULL);
887 }
888
889 tf->ns_uris = ns_uris;
890 tf->ns_names = ns_names;
891 }
892
893 tf->location = rtf->location;
894
895 pstate->p_lateral_active = false;
896
897 /*
898 * Mark the RTE as LATERAL if the user said LATERAL explicitly, or if
899 * there are any lateral cross-references in it.
900 */
901 is_lateral = rtf->lateral || contain_vars_of_level((Node *) tf, 0);
902
903 return addRangeTableEntryForTableFunc(pstate,
904 tf, rtf->alias, is_lateral, true);
905}
#define palloc_array(type, count)
Definition fe_memutils.h:91
List * lappend_oid(List *list, Oid datum)
Definition list.c:375
Oid get_typcollation(Oid typid)
Definition lsyscache.c:3289
char * pstrdup(const char *in)
Definition mcxt.c:1910
void pfree(void *pointer)
Definition mcxt.c:1619
Node * coerce_to_specific_type_typmod(ParseState *pstate, Node *node, Oid targetTypeId, int32 targetTypmod, const char *constructName)
ParseNamespaceItem * addRangeTableEntryForTableFunc(ParseState *pstate, TableFunc *tf, Alias *alias, bool lateral, bool inFromCl)
void typenameTypeIdAndMod(ParseState *pstate, const TypeName *typeName, Oid *typeid_p, int32 *typmod_p)
Definition parse_type.c:310
@ TFT_XMLTABLE
Definition primnodes.h:101
Node * val
Definition parsenodes.h:550
ParseLoc location
Definition parsenodes.h:551
char * name
Definition parsenodes.h:548
ParseLoc location
Definition primnodes.h:147
Node * docexpr
Definition primnodes.h:121
Node * rowexpr
Definition primnodes.h:123
List * colexprs
Definition primnodes.h:133
TableFuncType functype
Definition primnodes.h:115

References addRangeTableEntryForTableFunc(), Assert, assign_expr_collations(), bms_add_member(), coerce_to_specific_type(), coerce_to_specific_type_typmod(), TableFunc::colexprs, contain_vars_of_level(), TableFunc::docexpr, ereport, errcode(), errmsg, ERROR, EXPR_KIND_FROM_FUNCTION, fb(), TableFunc::functype, get_typcollation(), IsA, j, lappend(), lappend_int(), lappend_oid(), lfirst, lfirst_node, list_length(), ResTarget::location, TableFunc::location, makeNode, makeString(), ResTarget::name, NIL, ParseState::p_lateral_active, palloc_array, parser_errposition(), pfree(), pstrdup(), TableFunc::rowexpr, strVal, TFT_XMLTABLE, transformExpr(), typenameTypeIdAndMod(), and ResTarget::val.

Referenced by transformFromClauseItem().

◆ transformRangeTableSample()

static TableSampleClause * transformRangeTableSample ( ParseState pstate,
RangeTableSample rts 
)
static

Definition at line 1040 of file parse_clause.c.

1041{
1042 TableSampleClause *tablesample;
1044 Oid funcargtypes[1];
1045 TsmRoutine *tsm;
1046 List *fargs;
1047 ListCell *larg,
1048 *ltyp;
1049
1050 /*
1051 * To validate the sample method name, look up the handler function, which
1052 * has the same name, one dummy INTERNAL argument, and a result type of
1053 * tsm_handler. (Note: tablesample method names are not schema-qualified
1054 * in the SQL standard; but since they are just functions to us, we allow
1055 * schema qualification to resolve any potential ambiguity.)
1056 */
1058
1059 handlerOid = LookupFuncName(rts->method, 1, funcargtypes, true);
1060
1061 /* we want error to complain about no-such-method, not no-such-function */
1062 if (!OidIsValid(handlerOid))
1063 ereport(ERROR,
1065 errmsg("tablesample method %s does not exist",
1066 NameListToString(rts->method)),
1067 parser_errposition(pstate, rts->location)));
1068
1069 /* check that handler has correct return type */
1071 ereport(ERROR,
1073 errmsg("function %s must return type %s",
1074 NameListToString(rts->method), "tsm_handler"),
1075 parser_errposition(pstate, rts->location)));
1076
1077 /* OK, run the handler to get TsmRoutine, for argument type info */
1079
1080 tablesample = makeNode(TableSampleClause);
1081 tablesample->tsmhandler = handlerOid;
1082
1083 /* check user provided the expected number of arguments */
1084 if (list_length(rts->args) != list_length(tsm->parameterTypes))
1085 ereport(ERROR,
1087 errmsg_plural("tablesample method %s requires %d argument, not %d",
1088 "tablesample method %s requires %d arguments, not %d",
1089 list_length(tsm->parameterTypes),
1090 NameListToString(rts->method),
1091 list_length(tsm->parameterTypes),
1092 list_length(rts->args)),
1093 parser_errposition(pstate, rts->location)));
1094
1095 /*
1096 * Transform the arguments, typecasting them as needed. Note we must also
1097 * assign collations now, because assign_query_collations() doesn't
1098 * examine any substructure of RTEs.
1099 */
1100 fargs = NIL;
1101 forboth(larg, rts->args, ltyp, tsm->parameterTypes)
1102 {
1103 Node *arg = (Node *) lfirst(larg);
1104 Oid argtype = lfirst_oid(ltyp);
1105
1107 arg = coerce_to_specific_type(pstate, arg, argtype, "TABLESAMPLE");
1108 assign_expr_collations(pstate, arg);
1109 fargs = lappend(fargs, arg);
1110 }
1111 tablesample->args = fargs;
1112
1113 /* Process REPEATABLE (seed) */
1114 if (rts->repeatable != NULL)
1115 {
1116 Node *arg;
1117
1118 if (!tsm->repeatable_across_queries)
1119 ereport(ERROR,
1121 errmsg("tablesample method %s does not support REPEATABLE",
1122 NameListToString(rts->method)),
1123 parser_errposition(pstate, rts->location)));
1124
1125 arg = transformExpr(pstate, rts->repeatable, EXPR_KIND_FROM_FUNCTION);
1126 arg = coerce_to_specific_type(pstate, arg, FLOAT8OID, "REPEATABLE");
1127 assign_expr_collations(pstate, arg);
1128 tablesample->repeatable = (Expr *) arg;
1129 }
1130 else
1131 tablesample->repeatable = NULL;
1132
1133 return tablesample;
1134}
int int int errmsg_plural(const char *fmt_singular, const char *fmt_plural, unsigned long n,...) pg_attribute_printf(1
Oid get_func_rettype(Oid funcid)
Definition lsyscache.c:1886
char * NameListToString(const List *names)
Definition namespace.c:3666
Oid LookupFuncName(List *funcname, int nargs, const Oid *argtypes, bool missing_ok)
#define lfirst_oid(lc)
Definition pg_list.h:174
TsmRoutine * GetTsmRoutine(Oid tsmhandler)
Definition tablesample.c:27

References arg, TableSampleClause::args, assign_expr_collations(), coerce_to_specific_type(), ereport, errcode(), errmsg, errmsg_plural(), ERROR, EXPR_KIND_FROM_FUNCTION, fb(), forboth, get_func_rettype(), GetTsmRoutine(), lappend(), lfirst, lfirst_oid, list_length(), LookupFuncName(), makeNode, NameListToString(), NIL, OidIsValid, parser_errposition(), TableSampleClause::repeatable, transformExpr(), and TableSampleClause::tsmhandler.

Referenced by transformFromClauseItem().

◆ transformSortClause()

List * transformSortClause ( ParseState pstate,
List orderlist,
List **  targetlist,
ParseExprKind  exprKind,
bool  useSQL99 
)

Definition at line 2938 of file parse_clause.c.

2943{
2944 List *sortlist = NIL;
2946
2947 foreach(olitem, orderlist)
2948 {
2951
2952 if (useSQL99)
2953 tle = findTargetlistEntrySQL99(pstate, sortby->node,
2954 targetlist, exprKind);
2955 else
2956 tle = findTargetlistEntrySQL92(pstate, sortby->node,
2957 targetlist, exprKind);
2958
2960 sortlist, *targetlist, sortby);
2961 }
2962
2963 return sortlist;
2964}
List * addTargetToSortList(ParseState *pstate, TargetEntry *tle, List *sortlist, List *targetlist, SortBy *sortby)

References addTargetToSortList(), fb(), findTargetlistEntrySQL92(), findTargetlistEntrySQL99(), lfirst, and NIL.

Referenced by transformAggregateCall(), transformSelectStmt(), transformSetOperationStmt(), transformValuesClause(), and transformWindowDefinitions().

◆ transformTableEntry()

static ParseNamespaceItem * transformTableEntry ( ParseState pstate,
RangeVar r 
)
static

Definition at line 401 of file parse_clause.c.

402{
403 /* addRangeTableEntry does all the work */
404 return addRangeTableEntry(pstate, r, r->alias, r->inh, true);
405}
ParseNamespaceItem * addRangeTableEntry(ParseState *pstate, RangeVar *relation, Alias *alias, bool inh, bool inFromCl)
bool inh
Definition primnodes.h:87

References addRangeTableEntry(), RangeVar::alias, and RangeVar::inh.

Referenced by transformFromClauseItem().

◆ transformWhereClause()

Node * transformWhereClause ( ParseState pstate,
Node clause,
ParseExprKind  exprKind,
const char constructName 
)

◆ transformWindowDefinitions()

List * transformWindowDefinitions ( ParseState pstate,
List windowdefs,
List **  targetlist 
)

Definition at line 2971 of file parse_clause.c.

2974{
2975 List *result = NIL;
2976 Index winref = 0;
2977 ListCell *lc;
2978
2979 foreach(lc, windowdefs)
2980 {
2983 List *partitionClause;
2984 List *orderClause;
2987 WindowClause *wc;
2988
2989 winref++;
2990
2991 /*
2992 * Check for duplicate window names.
2993 */
2994 if (windef->name &&
2996 ereport(ERROR,
2998 errmsg("window \"%s\" is already defined", windef->name),
2999 parser_errposition(pstate, windef->location)));
3000
3001 /*
3002 * If it references a previous window, look that up.
3003 */
3004 if (windef->refname)
3005 {
3006 refwc = findWindowClause(result, windef->refname);
3007 if (refwc == NULL)
3008 ereport(ERROR,
3010 errmsg("window \"%s\" does not exist",
3011 windef->refname),
3012 parser_errposition(pstate, windef->location)));
3013 }
3014
3015 /*
3016 * Transform PARTITION and ORDER specs, if any. These are treated
3017 * almost exactly like top-level GROUP BY and ORDER BY clauses,
3018 * including the special handling of nondefault operator semantics.
3019 */
3020 orderClause = transformSortClause(pstate,
3021 windef->orderClause,
3022 targetlist,
3024 true /* force SQL99 rules */ );
3025 partitionClause = transformGroupClause(pstate,
3026 windef->partitionClause,
3027 false /* not GROUP BY ALL */ ,
3028 NULL,
3029 targetlist,
3030 orderClause,
3032 true /* force SQL99 rules */ );
3033
3034 /*
3035 * And prepare the new WindowClause.
3036 */
3037 wc = makeNode(WindowClause);
3038 wc->name = windef->name;
3039 wc->refname = windef->refname;
3040
3041 /*
3042 * Per spec, a windowdef that references a previous one copies the
3043 * previous partition clause (and mustn't specify its own). It can
3044 * specify its own ordering clause, but only if the previous one had
3045 * none. It always specifies its own frame clause, and the previous
3046 * one must not have a frame clause. Yeah, it's bizarre that each of
3047 * these cases works differently, but SQL:2008 says so; see 7.11
3048 * <window clause> syntax rule 10 and general rule 1. The frame
3049 * clause rule is especially bizarre because it makes "OVER foo"
3050 * different from "OVER (foo)", and requires the latter to throw an
3051 * error if foo has a nondefault frame clause. Well, ours not to
3052 * reason why, but we do go out of our way to throw a useful error
3053 * message for such cases.
3054 */
3055 if (refwc)
3056 {
3057 if (partitionClause)
3058 ereport(ERROR,
3060 errmsg("cannot override PARTITION BY clause of window \"%s\"",
3061 windef->refname),
3062 parser_errposition(pstate, windef->location)));
3063 wc->partitionClause = copyObject(refwc->partitionClause);
3064 }
3065 else
3066 wc->partitionClause = partitionClause;
3067 if (refwc)
3068 {
3069 if (orderClause && refwc->orderClause)
3070 ereport(ERROR,
3072 errmsg("cannot override ORDER BY clause of window \"%s\"",
3073 windef->refname),
3074 parser_errposition(pstate, windef->location)));
3075 if (orderClause)
3076 {
3077 wc->orderClause = orderClause;
3078 wc->copiedOrder = false;
3079 }
3080 else
3081 {
3082 wc->orderClause = copyObject(refwc->orderClause);
3083 wc->copiedOrder = true;
3084 }
3085 }
3086 else
3087 {
3088 wc->orderClause = orderClause;
3089 wc->copiedOrder = false;
3090 }
3091 if (refwc && refwc->frameOptions != FRAMEOPTION_DEFAULTS)
3092 {
3093 /*
3094 * Use this message if this is a WINDOW clause, or if it's an OVER
3095 * clause that includes ORDER BY or framing clauses. (We already
3096 * rejected PARTITION BY above, so no need to check that.)
3097 */
3098 if (windef->name ||
3099 orderClause || windef->frameOptions != FRAMEOPTION_DEFAULTS)
3100 ereport(ERROR,
3102 errmsg("cannot copy window \"%s\" because it has a frame clause",
3103 windef->refname),
3104 parser_errposition(pstate, windef->location)));
3105 /* Else this clause is just OVER (foo), so say this: */
3106 ereport(ERROR,
3108 errmsg("cannot copy window \"%s\" because it has a frame clause",
3109 windef->refname),
3110 errhint("Omit the parentheses in this OVER clause."),
3111 parser_errposition(pstate, windef->location)));
3112 }
3113 wc->frameOptions = windef->frameOptions;
3114
3115 /*
3116 * RANGE offset PRECEDING/FOLLOWING requires exactly one ORDER BY
3117 * column; check that and get its sort opfamily info.
3118 */
3119 if ((wc->frameOptions & FRAMEOPTION_RANGE) &&
3122 {
3124 Node *sortkey;
3126
3127 if (list_length(wc->orderClause) != 1)
3128 ereport(ERROR,
3130 errmsg("RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column"),
3131 parser_errposition(pstate, windef->location)));
3133 sortkey = get_sortgroupclause_expr(sortcl, *targetlist);
3134 /* Find the sort operator in pg_amop */
3138 &rangecmptype))
3139 elog(ERROR, "operator %u is not a valid ordering operator",
3140 sortcl->sortop);
3141 /* Record properties of sort ordering */
3142 wc->inRangeColl = exprCollation(sortkey);
3143 wc->inRangeAsc = !sortcl->reverse_sort;
3144 wc->inRangeNullsFirst = sortcl->nulls_first;
3145 }
3146
3147 /* Per spec, GROUPS mode requires an ORDER BY clause */
3149 {
3150 if (wc->orderClause == NIL)
3151 ereport(ERROR,
3153 errmsg("GROUPS mode requires an ORDER BY clause"),
3154 parser_errposition(pstate, windef->location)));
3155 }
3156
3157 /* Process frame offset expressions */
3160 &wc->startInRangeFunc,
3164 &wc->endInRangeFunc,
3165 windef->endOffset);
3166 wc->winref = winref;
3167
3168 result = lappend(result, wc);
3169 }
3170
3171 return result;
3172}
CompareType
Definition cmptype.h:32
bool get_ordering_op_properties(Oid opno, Oid *opfamily, Oid *opcintype, CompareType *cmptype)
Definition lsyscache.c:261
List * transformGroupClause(ParseState *pstate, List *grouplist, bool groupByAll, List **groupingSets, List **targetlist, List *sortClause, ParseExprKind exprKind, bool useSQL99)
List * transformSortClause(ParseState *pstate, List *orderlist, List **targetlist, ParseExprKind exprKind, bool useSQL99)
static Node * transformFrameOffset(ParseState *pstate, int frameOptions, Oid rangeopfamily, Oid rangeopcintype, Oid *inRangeFunc, Node *clause)
static WindowClause * findWindowClause(List *wclist, const char *name)
@ EXPR_KIND_WINDOW_PARTITION
Definition parse_node.h:49
@ EXPR_KIND_WINDOW_ORDER
Definition parse_node.h:50
#define FRAMEOPTION_END_OFFSET
Definition parsenodes.h:633
#define FRAMEOPTION_START_OFFSET
Definition parsenodes.h:631
#define FRAMEOPTION_DEFAULTS
Definition parsenodes.h:639
#define linitial_node(type, l)
Definition pg_list.h:181
Node * startOffset
List * partitionClause
Node * endOffset
List * orderClause
Node * get_sortgroupclause_expr(SortGroupClause *sgClause, List *targetList)
Definition tlist.c:388

References copyObject, elog, WindowClause::endOffset, ereport, errcode(), errhint(), errmsg, ERROR, EXPR_KIND_WINDOW_ORDER, EXPR_KIND_WINDOW_PARTITION, exprCollation(), fb(), findWindowClause(), FRAMEOPTION_DEFAULTS, FRAMEOPTION_END_OFFSET, FRAMEOPTION_GROUPS, FRAMEOPTION_RANGE, FRAMEOPTION_START_OFFSET, WindowClause::frameOptions, get_ordering_op_properties(), get_sortgroupclause_expr(), InvalidOid, lappend(), lfirst, linitial_node, list_length(), makeNode, NIL, WindowClause::orderClause, parser_errposition(), WindowClause::partitionClause, result, WindowClause::startOffset, transformFrameOffset(), transformGroupClause(), transformSortClause(), and WindowClause::winref.

Referenced by transformSelectStmt().