--TEST--
pgsql e-string
--INPUT--
select e'123';
--EXPECTED--
E select
s '123'
; ;


