diff options
-rw-r--r-- | src/include/nodes/parsenodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 86a236bd58b..4ed14fc5b78 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -1189,7 +1189,7 @@ typedef struct RangeTblEntry /* * join_using_alias is an alias clause attached directly to JOIN/USING. It - * is different from the alias field (below) in that it does not hide the + * is different from the alias field (above) in that it does not hide the * range variables of the tables being joined. */ Alias *join_using_alias pg_node_attr(query_jumble_ignore); |