postgres=# -- Single-line commentspostgres=#postgres=# SELECT 'Test' -- This can follow valid SQL tokens,postgres-# -- or be on a line of it own.postgres-# AS example; example--------- Test(1 row)postgres=#