10 lines
102 B
Text
10 lines
102 B
Text
|
--TEST--
|
||
|
pgsql type intents, postfix
|
||
|
--INPUT--
|
||
|
SELECT '1'::money, 2;
|
||
|
--EXPECTED--
|
||
|
E SELECT
|
||
|
s '1'
|
||
|
; ;
|
||
|
|