Hello! Is there any way to have psql variable in apostrophes? The idea is to do something like this \set var 'some value' insert into aaa values(:var) after substisution it should as simple as insert into aaa values('some value') I've tried all reasonable quotings I was able to make up but no any luck. Thanks. -- Best regards Ilja Golshtein