mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
*** empty log message ***
This commit is contained in:
@@ -3241,16 +3241,16 @@ Typename: Array opt_array_bounds
|
||||
{
|
||||
$$ = cat2_str($1, $2.str);
|
||||
}
|
||||
| Character { $$ = $1; }
|
||||
| SETOF Array
|
||||
{
|
||||
$$ = cat2_str(make1_str("setof"), $2);
|
||||
}
|
||||
;
|
||||
|
||||
Array: Generic
|
||||
Array: Generic { $$ = $1; }
|
||||
| Datetime { $$ = $1; }
|
||||
| Numeric { $$ = $1; }
|
||||
| Character { $$ = $1; }
|
||||
;
|
||||
|
||||
Generic: generic
|
||||
|
||||
Reference in New Issue
Block a user