10:51:50.783 (1) PostgreSQL 8.4devel JDBC3g (build 700) 10:51:50.791 (1) Trying to establish a protocol version 3 connection to localhost:5830 10:51:50.823 (1) FE=> StartupPacket(user=jurka, database=jurka, client_encoding=UNICODE, DateStyle=ISO, extra_float_digits=2) 10:51:50.831 (1) <=BE AuthenticationOk 10:51:50.845 (1) <=BE ParameterStatus(client_encoding = UNICODE) 10:51:50.845 (1) <=BE ParameterStatus(DateStyle = ISO, MDY) 10:51:50.845 (1) <=BE ParameterStatus(integer_datetimes = off) 10:51:50.846 (1) <=BE ParameterStatus(is_superuser = on) 10:51:50.846 (1) <=BE ParameterStatus(server_encoding = LATIN1) 10:51:50.846 (1) <=BE ParameterStatus(server_version = 8.3.0) 10:51:50.846 (1) <=BE ParameterStatus(session_authorization = jurka) 10:51:50.846 (1) <=BE ParameterStatus(standard_conforming_strings = off) 10:51:50.846 (1) <=BE ParameterStatus(TimeZone = US/Pacific) 10:51:50.846 (1) <=BE BackendKeyData(pid=10411,ckey=1913762340) 10:51:50.846 (1) <=BE ReadyForQuery(I) 10:51:50.847 (1) compatible = 8.4 10:51:50.847 (1) loglevel = 2 10:51:50.847 (1) prepare threshold = 5 getConnection returning driver[className=org.postgresql.Driver,org.postgresql.Driver@2fe4cbc4] 10:51:50.873 (1) simple execute, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler@2747ee05, maxRows=0, fetchSize=0, flags=17 10:51:50.873 (1) FE=> Parse(stmt=null,query="CREATE TEMP TABLE dltable (a int)",oids={}) 10:51:50.875 (1) FE=> Bind(stmt=null,portal=null) 10:51:50.875 (1) FE=> Describe(portal=null) 10:51:50.875 (1) FE=> Execute(portal=null,limit=0) 10:51:50.875 (1) FE=> Sync 10:51:50.881 (1) <=BE ParseComplete [null] 10:51:50.881 (1) <=BE BindComplete [null] 10:51:50.881 (1) <=BE NoData 10:51:50.882 (1) <=BE CommandStatus(CREATE TABLE) 10:51:50.882 (1) <=BE ReadyForQuery(I) 10:51:50.886 (1) batch execute 6 queries, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler@3487a5cc, maxRows=0, fetchSize=0, flags=20 10:51:50.886 (1) FE=> Parse(stmt=S_1,query="INSERT INTO dltable VALUES ($1)",oids={23}) 10:51:50.886 (1) FE=> Bind(stmt=S_1,portal=null,$1=<'1'>) 10:51:50.887 (1) FE=> Describe(portal=null) 10:51:50.887 (1) FE=> Execute(portal=null,limit=1) 10:51:50.887 (1) FE=> Describe(statement=S_1) 10:51:50.887 (1) FE=> Bind(stmt=S_1,portal=null,$1=<'1'>) 10:51:50.887 (1) FE=> Execute(portal=null,limit=1) 10:51:50.888 (1) FE=> Bind(stmt=S_1,portal=null,$1=<'1'>) 10:51:50.888 (1) FE=> Describe(portal=null) 10:51:50.888 (1) FE=> Execute(portal=null,limit=1) 10:51:50.888 (1) FE=> Describe(statement=S_1) 10:51:50.888 (1) FE=> Bind(stmt=S_1,portal=null,$1=<'1'>) 10:51:50.888 (1) FE=> Execute(portal=null,limit=1) 10:51:50.888 (1) FE=> Bind(stmt=S_1,portal=null,$1=<'1'>) 10:51:50.888 (1) FE=> Describe(portal=null) 10:51:50.888 (1) FE=> Execute(portal=null,limit=1) 10:51:50.889 (1) FE=> Describe(statement=S_1) 10:51:50.889 (1) FE=> Bind(stmt=S_1,portal=null,$1=<'1'>) 10:51:50.889 (1) FE=> Execute(portal=null,limit=1) 10:51:50.889 (1) FE=> Sync 10:51:50.907 (1) <=BE ParseComplete [S_1] 10:51:50.908 (1) <=BE BindComplete [null] 10:51:50.908 (1) <=BE NoData 10:51:50.908 (1) <=BE CommandStatus(INSERT 0 1) 10:51:50.908 (1) <=BE ParameterDescription 10:51:50.908 (1) <=BE NoData 10:51:50.908 (1) <=BE BindComplete [null] 10:51:50.908 (1) <=BE CommandStatus(INSERT 0 1) 10:51:50.908 (1) <=BE BindComplete [null] 10:51:50.908 (1) <=BE NoData 10:51:50.908 (1) <=BE CommandStatus(INSERT 0 1) 10:51:50.909 (1) <=BE ParameterDescription 10:51:50.909 (1) <=BE NoData 10:51:50.909 (1) <=BE BindComplete [null] 10:51:50.909 (1) <=BE CommandStatus(INSERT 0 1) 10:51:50.909 (1) <=BE BindComplete [null] 10:51:50.909 (1) <=BE NoData 10:51:50.909 (1) <=BE CommandStatus(INSERT 0 1) 10:51:50.909 (1) <=BE ParameterDescription 10:51:50.909 (1) <=BE NoData 10:51:50.909 (1) <=BE BindComplete [null] 10:51:50.909 (1) <=BE CommandStatus(INSERT 0 1) 10:51:50.910 (1) <=BE ReadyForQuery(I) 10:51:50.910 (1) FE=> Terminate