1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
1999-06-16 18:25:50 +00:00
parent 6f4bd30c77
commit c70db13265
3 changed files with 9 additions and 1 deletions

View File

@@ -2814,7 +2814,7 @@ select_clause: '(' select_clause ')'
}
| select_clause UNION opt_union select_clause
{
$$ = cat3_str($1, make1_str("union"), $3);
$$ = cat4_str($1, make1_str("union"), $3, $4);
ForUpdateNotAllowed = 1;
}
| select_clause INTERSECT opt_union select_clause