LOG: database system was shut down at 2009-10-04 01:52:50 EDT LOG: autovacuum launcher started LOG: database system is ready to accept connections LOG: unexpected EOF on client connection ERROR: duplicate key value violates unique constraint "test_pkey" DETAIL: Key (i)=(7) already exists. STATEMENT: insert into test ( i , j , c ) values ( 7 , 12 , 'a' ) ERROR: more than one row returned by a subquery used as an expression STATEMENT: select i from test where j = ( select j from test ) LOG: unexpected EOF on client connection ERROR: relation "t1" already exists STATEMENT: create table t1 ( id serial primary key , t text ) LOG: unexpected EOF on client connection ERROR: relation "nonexistant" does not exist at character 15 STATEMENT: select * from nonexistant ERROR: relation "nonexistant" does not exist at character 15 STATEMENT: select * from nonexistant ERROR: relation "nonexistant" does not exist at character 15 STATEMENT: select * from nonexistant ERROR: relation "nonexistant" does not exist at character 15 STATEMENT: select * from nonexistant ERROR: relation "nonexistant" does not exist at character 15 STATEMENT: select * from nonexistant LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection ERROR: cannot drop "my_table" because it is being used by active queries in this session STATEMENT: drop table My_Table WARNING: nonstandard use of \\ in a string literal at character 37 HINT: Use the escape string syntax for backslashes, e.g., E'\\'. ERROR: table "test_thread" does not exist STATEMENT: drop table test_thread LOG: received fast shutdown request LOG: aborting any active transactions LOG: autovacuum launcher shutting down LOG: shutting down LOG: database system is shut down