-- Successfuly insert a query into ISOK_QUERIES -- This query is a warning -- Have the query return interesting results, so we can run it later. INSERT INTO isok_queries ( iqname, error, type, keep -- , first_run, last_run , role, search_path, query, comment) VALUES('query1' , false , 'type1' , false , NULL , NULL , $$VALUES ('R1', 'Result number 1', NULL) , ('R2', 'Result number 2', NULL) , ('R3', 'Result number 3', NULL);$$ , 'No comment' );