Parse proc arg definitions that have multi-word types
This commit is contained in:
Vendored
+1
-1
@@ -226,7 +226,7 @@ CREATE FUNCTION varied_arguments(
|
||||
) RETURNS text
|
||||
LANGUAGE sql
|
||||
AS $_$
|
||||
SELECT 'Hi';
|
||||
SELECT 'Hi'::text;
|
||||
$_$;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user