FE=> Query (query="DROP FUNCTION IF EXISTS f1")
-<= BE NoticeResponse(S NOTICE V NOTICE C 00000 M function f1() does not exist, skipping F dropcmds.c L 483 R does_not_exist_skipping )
+<= BE NoticeResponse(S NOTICE V NOTICE C 00000 M function f1() does not exist, skipping F dropcmds.c L 491 R does_not_exist_skipping )
<= BE CommandComplete(DROP FUNCTION)
<= BE ReadyForQuery(I)
FE=> Query (query="CREATE FUNCTION f1(INTEGER) returns INTEGER AS 'SELECT $1' LANGUAGE SQL")
<= BE CommandComplete(CREATE FUNCTION)
<= BE ReadyForQuery(I)
+FE=> Query (query="SELECT pg_sleep(5)")
+<= BE RowDescription
+<= BE DataRow
+<= BE CommandComplete(SELECT 1)
+<= BE ReadyForQuery(I)
FE=> Parse(stmt="", query="BEGIN")
FE=> Bind(stmt="", portal="")
FE=> Execute(portal="")