SELECT 1 \; -- a comment -- empty just a comment \;-- a comment /* empty just a comment */ \; select a \into a from generate_series(1, 10) AS a where a = 8; \set i debug(:a) \;;