-- Succeed upon insertion of the empty string in ISOK_QUERIES.Comment -- This query is an error INSERT INTO isok_queries ( iqname, error, type, keep -- , first_run, last_run , role, search_path, query, comment) VALUES('errorquery2' , true , 'type1' , false , NULL , NULL , $$VALUES ('R4', 'Result number 4', NULL) , ('R5', 'Result number 5', NULL) , ('R6', 'Result number 6', NULL);$$ , '' );