Strabon
changeset 431:6072ae2f1b6b
updated chain script for all fire seasons
author | Konstantina Mpereta <grad1110@di.uoa.gr> |
---|---|
date | Wed Jul 18 02:17:16 2012 +0300 (2012-07-18) |
parents | fce6c0ba06cb |
children | 3b01363b9d58 |
files | scripts/v2.2/runNoaRefinementChain.sh scripts/v2.2/stderr.log scripts/v2.2/stdout.log |
line diff
1.1 --- a/scripts/v2.2/runNoaRefinementChain.sh Mon Jul 16 12:03:00 2012 +0300 1.2 +++ b/scripts/v2.2/runNoaRefinementChain.sh Wed Jul 18 02:17:16 2012 +0300 1.3 @@ -5,18 +5,20 @@ 1.4 DB="endpoint" 1.5 GRIDURL="http://kk.di.uoa.gr/grid_4.nt" 1.6 GRIDURL="http://jose.di.uoa.gr/rdf/coastline/grid_4.nt" 1.7 +#INIT="http://jose.di.uoa.gr/rdf/Kallikratis-Coastline.ntriples" 1.8 +INIT="../Kalli_coast.sql" 1.9 1.10 -CHECKDIR="/home/konstantina/allhot/" 1.11 +#CHECKDIR="/home/konstantina/allhot/" 1.12 #CHECKDIR="${HOME}/teleios/nkua/Hotspots/" 1.13 1.14 -#POSTGISTEMPLATE="postgistemplate" 1.15 -POSTGISTEMPLATE="template_postgis" 1.16 +POSTGISTEMPLATE="postgistemplate" 1.17 +#POSTGISTEMPLATE="template_postgis" 1.18 1.19 #dataDir="http://localhost/noa-teleios/out_triples/" 1.20 #dataDir="http://kk.di.uoa.gr/out_triples/" 1.21 #dataDir="http://godel.di.uoa.gr/allhot/" 1.22 -dataDir="http://jose.di.uoa.gr/rdf/hotspots/2007/" 1.23 -name="HMSG2_IR_039_s7_07" 1.24 +dataDir="http://jose.di.uoa.gr/rdf/hotspots/20" 1.25 +name="HMSG2_IR_039_s7_" 1.26 suffix=".hotspots.nt" 1.27 1.28 logFile="chain.log" 1.29 @@ -57,17 +59,12 @@ 1.30 fi 1.31 } 1.32 1.33 -#prin 1.34 -#tmr1=$(timer) 1.35 -#meta 1.36 -#tmr2=$(timer) 1.37 -#ektypwsi 1.38 -#printf 'LALA %s %s\n' $((tmr2-tmr1)) $(timer $tmr1) 1.39 - 1.40 - 1.41 +insertMunicipalities=`cat ${LOC}/InsertMunicipalities.sparql` 1.42 deleteSeaHotspots=`cat ${LOC}/DeleteInSea.sparql` # | sed 's/\"/\\\"/g'` 1.43 refinePartialSeaHotspots=`cat ${LOC}/Refine.sparql` # | sed 's/\"/\\\"/g'` 1.44 refineTimePersistence=`cat ${LOC}/TimePersistence.sparql` # | sed 's/\"/\\\"/g'` 1.45 +#InsertMunicipalities =`cat ${LOC}/InsertMunicipalities.sparql` # | sed 's/\"/\\\"/g'` 1.46 + 1.47 1.48 # Initialize 1.49 chooseTomcat 1.50 @@ -75,15 +72,17 @@ 1.51 echo "Dropping endpoint database"; 1.52 sudo -u postgres dropdb ${DB} 1.53 echo "Creating endpoint database" 1.54 -sudo -u postgres createdb ${DB} #-T ${POSTGISTEMPLATE} 1.55 +sudo -u postgres createdb ${DB} 1.56 echo "restarting tomcat" 1.57 sudo service ${tomcat} restart 1.58 1.59 echo "initializing database" 1.60 -echo "S D R TP" >>stderr.txt 1.61 +echo "IM S D R TP" >>stderr.txt 1.62 1.63 -# ../endpoint store ${ENDPOINT} N-Triples -u ${GRIDURL} 1.64 + ../endpoint store ${ENDPOINT} N-Triples -u ${INIT} 1.65 1.66 + 1.67 +sudo -u postgres psql -d ${DB} -f ${INIT} 1.68 sudo -u postgres sh -c "curl -s http://dev.strabon.di.uoa.gr/rdf/Kallikratis-Coastline-dump.tgz|tar xz -O|psql -d ${DB}" 1.69 #./scripts/endpoint query ${ENDPOINT} "SELECT (COUNT(*) AS ?C) WHERE {?s ?p ?o}" 1.70 #sudo -u postgres psql -d endpoint -c 'CREATE INDEX datetime_values_idx_value ON datetime_values USING btree(value)'; 1.71 @@ -92,7 +91,19 @@ 1.72 #echo "Continue?" 1.73 #read a 1.74 1.75 + # insertMunicipalities 1.76 + echo -n "inserting Municipalities " ;echo; echo; echo; 1.77 + # query=`echo "${insertMunicipalities}" ` 1.78 +# ${countTime} ./strabon -db endpoint update "${query}" 1.79 1.80 +tmr1=$(timer) 1.81 + ../endpoint update ${ENDPOINT} "${query}" 1.82 + 1.83 +tmr2=$(timer) 1.84 + 1.85 + echo;echo;echo;echo "File ${file} inserted Municipalities!" 1.86 + 1.87 +for y in 7 8 10 11 ;do 1.88 for mon in `seq 7 10`; do 1.89 for d in `seq 1 30`; do 1.90 for h in `seq 0 23 `; do 1.91 @@ -101,10 +112,11 @@ 1.92 time2=`printf "%02d:%02d\n" $h $m` 1.93 day=`printf "%02d" $d` 1.94 month=`printf "%02d" $mon` 1.95 - file=${dataDir}${name}${month}${day}_${time}$suffix 1.96 + year=`printf "%02d" $y` 1.97 + file=${dataDir}${year}/${name}${year}${month}${day}_${time}$suffix 1.98 # file=${dataUrl}${name}_${time}$suffix 1.99 1.100 - check=${CHECKDIR}${name}${month}${day}_${time}$suffix 1.101 + check=${dataDir}${year}/${name}${year}${month}${day}_${time}$suffix 1.102 wget -q --spider $check 1.103 1.104 if [[ ! $? -ne 0 ]]; 1.105 @@ -124,12 +136,10 @@ 1.106 # sudo -u postgres psql -d endpoint -c 'VACUUM ANALYZE;'; 1.107 1.108 echo;echo;echo;echo "File ${file} stored!" >> ${logFile} 1.109 -# echo "Continue?" 1.110 -# read a 1.111 1.112 # deleteSeaHotspots 1.113 - echo -n "Going to deleteSeaHotspots 2007-${month}-${day}T${time2}:00 " ;echo; echo; echo; 1.114 - query=`echo "${deleteSeaHotspots}" | sed "s/TIMESTAMP/2007-${month}-${day}T${time2}:00/g" | \ 1.115 + echo -n "Going to deleteSeaHotspots 20${year}-${month}-${day}T${time2}:00 " ;echo; echo; echo; 1.116 + query=`echo "${deleteSeaHotspots}" | sed "s/TIMESTAMP/20${year}-${month}-${day}T${time2}:00/g" | \ 1.117 sed "s/PROCESSING_CHAIN/DynamicThresholds/g" | \ 1.118 sed "s/SENSOR/MSG2/g"` 1.119 # ${countTime} ./strabon -db endpoint update "${query}" 1.120 @@ -145,8 +155,8 @@ 1.121 # read a 1.122 1.123 # refinePartialSeaHotspots 1.124 - echo -n "refinePartialSeaHotspots 2007-${month}-${day}T${time2}:00 " ; echo; echo ; echo; 1.125 - query=`echo "${refinePartialSeaHotspots}" | sed "s/TIMESTAMP/2007-${month}-${day}T${time2}:00/g" | \ 1.126 + echo -n "refinePartialSeaHotspots 20${year}-${month}-${day}T${time2}:00 " ; echo; echo ; echo; 1.127 + query=`echo "${refinePartialSeaHotspots}" | sed "s/TIMESTAMP/20${year}-${month}-${day}T${time2}:00/g" | \ 1.128 sed "s/PROCESSING_CHAIN/DynamicThresholds/g" | \ 1.129 sed "s/SENSOR/MSG2/g" |\ 1.130 sed "s/SAT/METEOSAT9/g"` 1.131 @@ -161,25 +171,17 @@ 1.132 # read a 1.133 1.134 # refineTimePersistence 1.135 - echo -n "Going to refineTimePersistence 2007-${month}-${day}T${time2}:00 ";echo;echo;echo; 1.136 - min_acquisition_time=`date --date="2007-${month}-${day} ${time2}:00 EEST -30 minutes" +%Y-%m-%dT%H:%m:00` 1.137 - query=`echo "${refineTimePersistence}" | sed "s/TIMESTAMP/2007-${month}-${day}T${time2}:00/g" | \ 1.138 + echo -n "Going to refineTimePersistence 20${year}-${month}-${day}T${time2}:00 ";echo;echo;echo; 1.139 + min_acquisition_time=`date --date="20${year}-${month}-${day} ${time2}:00 EEST -30 minutes" +%Y-%m-%dT%H:%m:00` 1.140 + query=`echo "${refineTimePersistence}" | sed "s/TIMESTAMP/20${year}-${month}-${day}T${time2}:00/g" | \ 1.141 sed "s/PROCESSING_CHAIN/DynamicThresholds/g" | \ 1.142 sed "s/SENSOR/MSG2/g" | \ 1.143 sed "s/ACQUISITIONS_IN_HALF_AN_HOUR/3.0/g" | \ 1.144 sed "s/MIN_ACQUISITION_TIME/${min_acquisition_time}/g" |\ 1.145 sed "s/SAT/METEOSAT9/g"` 1.146 1.147 -# echo "Query:" 1.148 -# echo "${query}" 1.149 -# echo "Continue?" 1.150 -# read a 1.151 -# ${countTime} ./strabon -db endpoint update "${query}" 1.152 -# ${countTime} ../endpoint update ${ENDPOINT} "${query}" 1.153 - 1.154 sudo -u postgres psql -d ${DB} -c 'VACUUM ANALYZE;'; 1.155 1.156 - 1.157 tmr1=$(timer) 1.158 ../endpoint update ${ENDPOINT} "${query}" 1.159 tmr2=$(timer) 1.160 @@ -191,14 +193,4 @@ 1.161 done 1.162 done 1.163 done 1.164 - 1.165 - 1.166 -#for f in `ls /home/konstantina/noa-teleios/out_triples/HMSG2_IR_039_s7_070825_*.hotspots.n3` 1.167 -#do 1.168 - 1.169 -# echo "Store $f" 1.170 -# ${countTime} ./scripts/strabon -db endpoint store $f 1.171 -# 1.172 -# 1.173 -#done 1.174 - 1.175 +done
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/scripts/v2.2/stderr.log Wed Jul 18 02:17:16 2012 +0300 2.3 @@ -0,0 +1,946 @@ 2.4 +ERROR: role "root" does not exist 2.5 +ERROR: role "root" does not exist 2.6 +ERROR: role "root" does not exist 2.7 +ERROR: role "root" does not exist 2.8 +ERROR: role "root" does not exist 2.9 +ERROR: role "root" does not exist 2.10 +ERROR: role "root" does not exist 2.11 +ERROR: role "root" does not exist 2.12 +ERROR: role "root" does not exist 2.13 +ERROR: role "root" does not exist 2.14 +ERROR: role "root" does not exist 2.15 +ERROR: role "root" does not exist 2.16 +ERROR: role "root" does not exist 2.17 +ERROR: role "root" does not exist 2.18 +ERROR: role "root" does not exist 2.19 +ERROR: role "root" does not exist 2.20 +ERROR: role "root" does not exist 2.21 +ERROR: role "root" does not exist 2.22 +ERROR: role "root" does not exist 2.23 +ERROR: role "root" does not exist 2.24 +ERROR: role "root" does not exist 2.25 +ERROR: role "root" does not exist 2.26 +ERROR: role "root" does not exist 2.27 +ERROR: role "root" does not exist 2.28 +ERROR: role "root" does not exist 2.29 +ERROR: role "root" does not exist 2.30 +ERROR: role "root" does not exist 2.31 +ERROR: role "root" does not exist 2.32 +ERROR: role "root" does not exist 2.33 +ERROR: role "root" does not exist 2.34 +ERROR: role "root" does not exist 2.35 +ERROR: role "root" does not exist 2.36 +ERROR: role "root" does not exist 2.37 +ERROR: role "root" does not exist 2.38 +ERROR: role "root" does not exist 2.39 +ERROR: role "root" does not exist 2.40 +ERROR: role "root" does not exist 2.41 +ERROR: role "root" does not exist 2.42 +ERROR: role "root" does not exist 2.43 +ERROR: role "root" does not exist 2.44 +ERROR: role "root" does not exist 2.45 +ERROR: role "root" does not exist 2.46 +ERROR: role "root" does not exist 2.47 +ERROR: role "root" does not exist 2.48 +ERROR: role "root" does not exist 2.49 +ERROR: role "root" does not exist 2.50 +ERROR: role "root" does not exist 2.51 +ERROR: role "root" does not exist 2.52 +ERROR: role "root" does not exist 2.53 +ERROR: role "root" does not exist 2.54 +ERROR: role "root" does not exist 2.55 +ERROR: role "root" does not exist 2.56 +ERROR: role "root" does not exist 2.57 +ERROR: role "root" does not exist 2.58 +ERROR: role "root" does not exist 2.59 +ERROR: role "root" does not exist 2.60 +ERROR: role "root" does not exist 2.61 +ERROR: role "root" does not exist 2.62 +ERROR: role "root" does not exist 2.63 +ERROR: role "root" does not exist 2.64 +ERROR: role "root" does not exist 2.65 +ERROR: role "root" does not exist 2.66 +ERROR: role "root" does not exist 2.67 +ERROR: role "root" does not exist 2.68 +ERROR: role "root" does not exist 2.69 +ERROR: role "root" does not exist 2.70 +ERROR: role "root" does not exist 2.71 +ERROR: role "root" does not exist 2.72 +ERROR: role "root" does not exist 2.73 +ERROR: role "root" does not exist 2.74 +ERROR: role "root" does not exist 2.75 +ERROR: role "root" does not exist 2.76 +ERROR: role "root" does not exist 2.77 +ERROR: role "root" does not exist 2.78 +ERROR: role "root" does not exist 2.79 +ERROR: role "root" does not exist 2.80 +ERROR: role "root" does not exist 2.81 +ERROR: role "root" does not exist 2.82 +ERROR: role "root" does not exist 2.83 +ERROR: role "root" does not exist 2.84 +ERROR: role "root" does not exist 2.85 +ERROR: role "root" does not exist 2.86 +ERROR: role "root" does not exist 2.87 +ERROR: role "root" does not exist 2.88 +ERROR: role "root" does not exist 2.89 +ERROR: role "root" does not exist 2.90 +ERROR: role "root" does not exist 2.91 +ERROR: role "root" does not exist 2.92 +ERROR: role "root" does not exist 2.93 +ERROR: role "root" does not exist 2.94 +ERROR: role "root" does not exist 2.95 +ERROR: role "root" does not exist 2.96 +ERROR: role "root" does not exist 2.97 +ERROR: role "root" does not exist 2.98 +ERROR: role "root" does not exist 2.99 +ERROR: role "root" does not exist 2.100 +ERROR: role "root" does not exist 2.101 +ERROR: role "root" does not exist 2.102 +ERROR: role "root" does not exist 2.103 +ERROR: role "root" does not exist 2.104 +ERROR: role "root" does not exist 2.105 +ERROR: role "root" does not exist 2.106 +ERROR: role "root" does not exist 2.107 +ERROR: role "root" does not exist 2.108 +ERROR: role "root" does not exist 2.109 +ERROR: role "root" does not exist 2.110 +ERROR: role "root" does not exist 2.111 +ERROR: role "root" does not exist 2.112 +ERROR: role "root" does not exist 2.113 +ERROR: role "root" does not exist 2.114 +ERROR: role "root" does not exist 2.115 +ERROR: role "root" does not exist 2.116 +ERROR: role "root" does not exist 2.117 +ERROR: role "root" does not exist 2.118 +ERROR: role "root" does not exist 2.119 +ERROR: role "root" does not exist 2.120 +ERROR: role "root" does not exist 2.121 +ERROR: role "root" does not exist 2.122 +ERROR: role "root" does not exist 2.123 +ERROR: role "root" does not exist 2.124 +ERROR: role "root" does not exist 2.125 +ERROR: role "root" does not exist 2.126 +ERROR: role "root" does not exist 2.127 +ERROR: role "root" does not exist 2.128 +ERROR: role "root" does not exist 2.129 +ERROR: role "root" does not exist 2.130 +ERROR: role "root" does not exist 2.131 +ERROR: role "root" does not exist 2.132 +ERROR: role "root" does not exist 2.133 +ERROR: role "root" does not exist 2.134 +ERROR: role "root" does not exist 2.135 +ERROR: role "root" does not exist 2.136 +ERROR: role "root" does not exist 2.137 +ERROR: role "root" does not exist 2.138 +ERROR: role "root" does not exist 2.139 +ERROR: role "root" does not exist 2.140 +ERROR: role "root" does not exist 2.141 +ERROR: role "root" does not exist 2.142 +ERROR: role "root" does not exist 2.143 +ERROR: role "root" does not exist 2.144 +ERROR: role "root" does not exist 2.145 +ERROR: role "root" does not exist 2.146 +ERROR: role "root" does not exist 2.147 +ERROR: role "root" does not exist 2.148 +ERROR: role "root" does not exist 2.149 +ERROR: role "root" does not exist 2.150 +ERROR: role "root" does not exist 2.151 +ERROR: role "root" does not exist 2.152 +ERROR: role "root" does not exist 2.153 +ERROR: role "root" does not exist 2.154 +ERROR: role "root" does not exist 2.155 +ERROR: role "root" does not exist 2.156 +ERROR: role "root" does not exist 2.157 +ERROR: role "root" does not exist 2.158 +ERROR: role "root" does not exist 2.159 +ERROR: role "root" does not exist 2.160 +ERROR: role "root" does not exist 2.161 +ERROR: role "root" does not exist 2.162 +ERROR: role "root" does not exist 2.163 +ERROR: role "root" does not exist 2.164 +ERROR: role "root" does not exist 2.165 +ERROR: role "root" does not exist 2.166 +ERROR: role "root" does not exist 2.167 +ERROR: role "root" does not exist 2.168 +ERROR: role "root" does not exist 2.169 +ERROR: role "root" does not exist 2.170 +ERROR: role "root" does not exist 2.171 +ERROR: role "root" does not exist 2.172 +ERROR: role "root" does not exist 2.173 +ERROR: role "root" does not exist 2.174 +ERROR: role "root" does not exist 2.175 +ERROR: role "root" does not exist 2.176 +ERROR: role "root" does not exist 2.177 +ERROR: role "root" does not exist 2.178 +ERROR: role "root" does not exist 2.179 +ERROR: role "root" does not exist 2.180 +ERROR: role "root" does not exist 2.181 +ERROR: role "root" does not exist 2.182 +ERROR: role "root" does not exist 2.183 +ERROR: role "root" does not exist 2.184 +ERROR: role "root" does not exist 2.185 +ERROR: role "root" does not exist 2.186 +ERROR: role "root" does not exist 2.187 +ERROR: role "root" does not exist 2.188 +ERROR: role "root" does not exist 2.189 +ERROR: role "root" does not exist 2.190 +ERROR: role "root" does not exist 2.191 +ERROR: role "root" does not exist 2.192 +ERROR: role "root" does not exist 2.193 +ERROR: role "root" does not exist 2.194 +ERROR: role "root" does not exist 2.195 +ERROR: role "root" does not exist 2.196 +ERROR: role "root" does not exist 2.197 +ERROR: role "root" does not exist 2.198 +ERROR: role "root" does not exist 2.199 +ERROR: role "root" does not exist 2.200 +ERROR: role "root" does not exist 2.201 +ERROR: role "root" does not exist 2.202 +ERROR: role "root" does not exist 2.203 +ERROR: role "root" does not exist 2.204 +ERROR: role "root" does not exist 2.205 +ERROR: role "root" does not exist 2.206 +ERROR: role "root" does not exist 2.207 +ERROR: role "root" does not exist 2.208 +ERROR: role "root" does not exist 2.209 +ERROR: role "root" does not exist 2.210 +ERROR: role "root" does not exist 2.211 +ERROR: role "root" does not exist 2.212 +ERROR: role "root" does not exist 2.213 +ERROR: role "root" does not exist 2.214 +ERROR: role "root" does not exist 2.215 +ERROR: role "root" does not exist 2.216 +ERROR: role "root" does not exist 2.217 +ERROR: role "root" does not exist 2.218 +ERROR: role "root" does not exist 2.219 +ERROR: role "root" does not exist 2.220 +ERROR: role "root" does not exist 2.221 +ERROR: role "root" does not exist 2.222 +ERROR: role "root" does not exist 2.223 +ERROR: role "root" does not exist 2.224 +ERROR: role "root" does not exist 2.225 +ERROR: role "root" does not exist 2.226 +ERROR: role "root" does not exist 2.227 +ERROR: role "root" does not exist 2.228 +ERROR: role "root" does not exist 2.229 +ERROR: role "root" does not exist 2.230 +ERROR: role "root" does not exist 2.231 +ERROR: role "root" does not exist 2.232 +ERROR: role "root" does not exist 2.233 +ERROR: role "root" does not exist 2.234 +ERROR: role "root" does not exist 2.235 +ERROR: role "root" does not exist 2.236 +ERROR: role "root" does not exist 2.237 +ERROR: role "root" does not exist 2.238 +ERROR: role "root" does not exist 2.239 +ERROR: role "root" does not exist 2.240 +ERROR: role "root" does not exist 2.241 +ERROR: role "root" does not exist 2.242 +ERROR: role "root" does not exist 2.243 +ERROR: role "root" does not exist 2.244 +ERROR: role "root" does not exist 2.245 +ERROR: role "root" does not exist 2.246 +ERROR: role "root" does not exist 2.247 +ERROR: role "root" does not exist 2.248 +ERROR: role "root" does not exist 2.249 +ERROR: role "root" does not exist 2.250 +ERROR: role "root" does not exist 2.251 +ERROR: role "root" does not exist 2.252 +ERROR: role "root" does not exist 2.253 +ERROR: role "root" does not exist 2.254 +ERROR: role "root" does not exist 2.255 +ERROR: role "root" does not exist 2.256 +ERROR: role "root" does not exist 2.257 +ERROR: role "root" does not exist 2.258 +ERROR: role "root" does not exist 2.259 +ERROR: role "root" does not exist 2.260 +ERROR: role "root" does not exist 2.261 +ERROR: role "root" does not exist 2.262 +ERROR: role "root" does not exist 2.263 +ERROR: role "root" does not exist 2.264 +ERROR: role "root" does not exist 2.265 +ERROR: role "root" does not exist 2.266 +ERROR: role "root" does not exist 2.267 +ERROR: role "root" does not exist 2.268 +ERROR: role "root" does not exist 2.269 +ERROR: role "root" does not exist 2.270 +ERROR: role "root" does not exist 2.271 +ERROR: role "root" does not exist 2.272 +ERROR: role "root" does not exist 2.273 +ERROR: role "root" does not exist 2.274 +ERROR: role "root" does not exist 2.275 +ERROR: role "root" does not exist 2.276 +ERROR: role "root" does not exist 2.277 +ERROR: role "root" does not exist 2.278 +ERROR: role "root" does not exist 2.279 +ERROR: role "root" does not exist 2.280 +ERROR: role "root" does not exist 2.281 +ERROR: role "root" does not exist 2.282 +ERROR: role "root" does not exist 2.283 +ERROR: role "root" does not exist 2.284 +ERROR: role "root" does not exist 2.285 +ERROR: role "root" does not exist 2.286 +ERROR: role "root" does not exist 2.287 +ERROR: role "root" does not exist 2.288 +ERROR: role "root" does not exist 2.289 +ERROR: role "root" does not exist 2.290 +ERROR: role "root" does not exist 2.291 +ERROR: role "root" does not exist 2.292 +ERROR: role "root" does not exist 2.293 +ERROR: role "root" does not exist 2.294 +ERROR: role "root" does not exist 2.295 +ERROR: role "root" does not exist 2.296 +ERROR: role "root" does not exist 2.297 +ERROR: role "root" does not exist 2.298 +ERROR: role "root" does not exist 2.299 +ERROR: role "root" does not exist 2.300 +ERROR: role "root" does not exist 2.301 +ERROR: role "root" does not exist 2.302 +ERROR: role "root" does not exist 2.303 +ERROR: role "root" does not exist 2.304 +ERROR: role "root" does not exist 2.305 +ERROR: role "root" does not exist 2.306 +ERROR: role "root" does not exist 2.307 +ERROR: role "root" does not exist 2.308 +ERROR: role "root" does not exist 2.309 +ERROR: role "root" does not exist 2.310 +ERROR: role "root" does not exist 2.311 +ERROR: role "root" does not exist 2.312 +ERROR: role "root" does not exist 2.313 +ERROR: role "root" does not exist 2.314 +ERROR: role "root" does not exist 2.315 +ERROR: role "root" does not exist 2.316 +ERROR: role "root" does not exist 2.317 +ERROR: role "root" does not exist 2.318 +ERROR: role "root" does not exist 2.319 +ERROR: role "root" does not exist 2.320 +ERROR: role "root" does not exist 2.321 +ERROR: role "root" does not exist 2.322 +ERROR: role "root" does not exist 2.323 +ERROR: role "root" does not exist 2.324 +ERROR: role "root" does not exist 2.325 +ERROR: role "root" does not exist 2.326 +ERROR: role "root" does not exist 2.327 +ERROR: role "root" does not exist 2.328 +ERROR: role "root" does not exist 2.329 +ERROR: role "root" does not exist 2.330 +ERROR: role "root" does not exist 2.331 +ERROR: role "root" does not exist 2.332 +ERROR: role "root" does not exist 2.333 +ERROR: role "root" does not exist 2.334 +ERROR: role "root" does not exist 2.335 +ERROR: role "root" does not exist 2.336 +ERROR: role "root" does not exist 2.337 +ERROR: role "root" does not exist 2.338 +ERROR: role "root" does not exist 2.339 +ERROR: role "root" does not exist 2.340 +ERROR: role "root" does not exist 2.341 +ERROR: role "root" does not exist 2.342 +ERROR: role "root" does not exist 2.343 +ERROR: role "root" does not exist 2.344 +ERROR: role "root" does not exist 2.345 +ERROR: role "root" does not exist 2.346 +ERROR: role "root" does not exist 2.347 +ERROR: role "root" does not exist 2.348 +ERROR: role "root" does not exist 2.349 +ERROR: role "root" does not exist 2.350 +ERROR: role "root" does not exist 2.351 +ERROR: role "root" does not exist 2.352 +ERROR: role "root" does not exist 2.353 +ERROR: role "root" does not exist 2.354 +ERROR: role "root" does not exist 2.355 +ERROR: role "root" does not exist 2.356 +ERROR: role "root" does not exist 2.357 +ERROR: role "root" does not exist 2.358 +ERROR: role "root" does not exist 2.359 +ERROR: role "root" does not exist 2.360 +ERROR: role "root" does not exist 2.361 +ERROR: role "root" does not exist 2.362 +ERROR: role "root" does not exist 2.363 +ERROR: role "root" does not exist 2.364 +ERROR: role "root" does not exist 2.365 +ERROR: role "root" does not exist 2.366 +ERROR: role "root" does not exist 2.367 +ERROR: role "root" does not exist 2.368 +ERROR: role "root" does not exist 2.369 +ERROR: role "root" does not exist 2.370 +ERROR: role "root" does not exist 2.371 +ERROR: role "root" does not exist 2.372 +ERROR: role "root" does not exist 2.373 +ERROR: role "root" does not exist 2.374 +ERROR: role "root" does not exist 2.375 +ERROR: role "root" does not exist 2.376 +ERROR: role "root" does not exist 2.377 +ERROR: role "root" does not exist 2.378 +ERROR: role "root" does not exist 2.379 +ERROR: role "root" does not exist 2.380 +ERROR: role "root" does not exist 2.381 +ERROR: role "root" does not exist 2.382 +ERROR: role "root" does not exist 2.383 +ERROR: role "root" does not exist 2.384 +ERROR: role "root" does not exist 2.385 +ERROR: role "root" does not exist 2.386 +ERROR: role "root" does not exist 2.387 +ERROR: role "root" does not exist 2.388 +ERROR: role "root" does not exist 2.389 +ERROR: role "root" does not exist 2.390 +ERROR: role "root" does not exist 2.391 +ERROR: role "root" does not exist 2.392 +ERROR: role "root" does not exist 2.393 +ERROR: role "root" does not exist 2.394 +ERROR: role "root" does not exist 2.395 +ERROR: role "root" does not exist 2.396 +ERROR: role "root" does not exist 2.397 +ERROR: role "root" does not exist 2.398 +ERROR: role "root" does not exist 2.399 +ERROR: role "root" does not exist 2.400 +ERROR: role "root" does not exist 2.401 +ERROR: role "root" does not exist 2.402 +ERROR: role "root" does not exist 2.403 +ERROR: role "root" does not exist 2.404 +ERROR: role "root" does not exist 2.405 +ERROR: role "root" does not exist 2.406 +ERROR: role "root" does not exist 2.407 +ERROR: role "root" does not exist 2.408 +ERROR: role "root" does not exist 2.409 +ERROR: role "root" does not exist 2.410 +ERROR: role "root" does not exist 2.411 +ERROR: role "root" does not exist 2.412 +ERROR: role "root" does not exist 2.413 +ERROR: role "root" does not exist 2.414 +ERROR: role "root" does not exist 2.415 +ERROR: role "root" does not exist 2.416 +ERROR: role "root" does not exist 2.417 +ERROR: role "root" does not exist 2.418 +ERROR: role "root" does not exist 2.419 +ERROR: role "root" does not exist 2.420 +ERROR: role "root" does not exist 2.421 +ERROR: role "root" does not exist 2.422 +ERROR: role "root" does not exist 2.423 +ERROR: role "root" does not exist 2.424 +ERROR: role "root" does not exist 2.425 +ERROR: role "root" does not exist 2.426 +ERROR: role "root" does not exist 2.427 +ERROR: role "root" does not exist 2.428 +ERROR: role "root" does not exist 2.429 +ERROR: role "root" does not exist 2.430 +ERROR: role "root" does not exist 2.431 +ERROR: role "root" does not exist 2.432 +ERROR: role "root" does not exist 2.433 +ERROR: role "root" does not exist 2.434 +ERROR: role "root" does not exist 2.435 +ERROR: role "root" does not exist 2.436 +ERROR: role "root" does not exist 2.437 +ERROR: role "root" does not exist 2.438 +ERROR: role "root" does not exist 2.439 +ERROR: role "root" does not exist 2.440 +ERROR: role "root" does not exist 2.441 +ERROR: role "root" does not exist 2.442 +ERROR: role "root" does not exist 2.443 +ERROR: role "root" does not exist 2.444 +ERROR: role "root" does not exist 2.445 +ERROR: role "root" does not exist 2.446 +ERROR: role "root" does not exist 2.447 +ERROR: role "root" does not exist 2.448 +ERROR: role "root" does not exist 2.449 +ERROR: role "root" does not exist 2.450 +ERROR: role "root" does not exist 2.451 +ERROR: role "root" does not exist 2.452 +ERROR: role "root" does not exist 2.453 +ERROR: role "root" does not exist 2.454 +ERROR: role "root" does not exist 2.455 +ERROR: role "root" does not exist 2.456 +ERROR: role "root" does not exist 2.457 +ERROR: role "root" does not exist 2.458 +ERROR: role "root" does not exist 2.459 +ERROR: role "root" does not exist 2.460 +ERROR: role "root" does not exist 2.461 +ERROR: role "root" does not exist 2.462 +ERROR: role "root" does not exist 2.463 +ERROR: role "root" does not exist 2.464 +ERROR: role "root" does not exist 2.465 +ERROR: role "root" does not exist 2.466 +ERROR: role "root" does not exist 2.467 +ERROR: role "root" does not exist 2.468 +ERROR: role "root" does not exist 2.469 +ERROR: role "root" does not exist 2.470 +ERROR: role "root" does not exist 2.471 +ERROR: role "root" does not exist 2.472 +ERROR: role "root" does not exist 2.473 +ERROR: role "root" does not exist 2.474 +ERROR: role "root" does not exist 2.475 +ERROR: role "root" does not exist 2.476 +ERROR: role "root" does not exist 2.477 +ERROR: role "root" does not exist 2.478 +ERROR: role "root" does not exist 2.479 +ERROR: role "root" does not exist 2.480 +ERROR: role "root" does not exist 2.481 +ERROR: role "root" does not exist 2.482 +ERROR: role "root" does not exist 2.483 +ERROR: role "root" does not exist 2.484 +ERROR: role "root" does not exist 2.485 +ERROR: role "root" does not exist 2.486 +ERROR: role "root" does not exist 2.487 +ERROR: role "root" does not exist 2.488 +ERROR: role "root" does not exist 2.489 +ERROR: role "root" does not exist 2.490 +ERROR: role "root" does not exist 2.491 +ERROR: role "root" does not exist 2.492 +ERROR: role "root" does not exist 2.493 +ERROR: role "root" does not exist 2.494 +ERROR: role "root" does not exist 2.495 +ERROR: role "root" does not exist 2.496 +ERROR: role "root" does not exist 2.497 +ERROR: role "root" does not exist 2.498 +ERROR: role "root" does not exist 2.499 +ERROR: role "root" does not exist 2.500 +ERROR: role "root" does not exist 2.501 +ERROR: role "root" does not exist 2.502 +ERROR: role "root" does not exist 2.503 +ERROR: role "root" does not exist 2.504 +ERROR: role "root" does not exist 2.505 +ERROR: role "root" does not exist 2.506 +ERROR: role "root" does not exist 2.507 +ERROR: role "root" does not exist 2.508 +ERROR: role "root" does not exist 2.509 +ERROR: role "root" does not exist 2.510 +ERROR: role "root" does not exist 2.511 +ERROR: role "root" does not exist 2.512 +ERROR: role "root" does not exist 2.513 +ERROR: role "root" does not exist 2.514 +ERROR: role "root" does not exist 2.515 +ERROR: role "root" does not exist 2.516 +ERROR: role "root" does not exist 2.517 +ERROR: role "root" does not exist 2.518 +ERROR: role "root" does not exist 2.519 +ERROR: role "root" does not exist 2.520 +ERROR: role "root" does not exist 2.521 +ERROR: role "root" does not exist 2.522 +ERROR: role "root" does not exist 2.523 +ERROR: role "root" does not exist 2.524 +ERROR: role "root" does not exist 2.525 +ERROR: role "root" does not exist 2.526 +ERROR: role "root" does not exist 2.527 +ERROR: role "root" does not exist 2.528 +ERROR: role "root" does not exist 2.529 +ERROR: role "root" does not exist 2.530 +ERROR: role "root" does not exist 2.531 +ERROR: role "root" does not exist 2.532 +ERROR: role "root" does not exist 2.533 +ERROR: role "root" does not exist 2.534 +ERROR: role "root" does not exist 2.535 +ERROR: role "root" does not exist 2.536 +ERROR: role "root" does not exist 2.537 +ERROR: role "root" does not exist 2.538 +ERROR: role "root" does not exist 2.539 +ERROR: role "root" does not exist 2.540 +ERROR: role "root" does not exist 2.541 +ERROR: role "root" does not exist 2.542 +ERROR: role "root" does not exist 2.543 +ERROR: role "root" does not exist 2.544 +ERROR: role "root" does not exist 2.545 +ERROR: role "root" does not exist 2.546 +ERROR: role "root" does not exist 2.547 +ERROR: role "root" does not exist 2.548 +ERROR: role "root" does not exist 2.549 +ERROR: role "root" does not exist 2.550 +ERROR: role "root" does not exist 2.551 +ERROR: role "root" does not exist 2.552 +ERROR: role "root" does not exist 2.553 +ERROR: role "root" does not exist 2.554 +ERROR: role "root" does not exist 2.555 +ERROR: role "root" does not exist 2.556 +ERROR: role "root" does not exist 2.557 +ERROR: role "root" does not exist 2.558 +ERROR: role "root" does not exist 2.559 +ERROR: role "root" does not exist 2.560 +ERROR: role "root" does not exist 2.561 +ERROR: role "root" does not exist 2.562 +ERROR: role "root" does not exist 2.563 +ERROR: role "root" does not exist 2.564 +ERROR: role "root" does not exist 2.565 +ERROR: role "root" does not exist 2.566 +ERROR: role "root" does not exist 2.567 +ERROR: role "root" does not exist 2.568 +ERROR: role "root" does not exist 2.569 +ERROR: role "root" does not exist 2.570 +ERROR: role "root" does not exist 2.571 +ERROR: role "root" does not exist 2.572 +ERROR: role "root" does not exist 2.573 +ERROR: role "root" does not exist 2.574 +ERROR: role "root" does not exist 2.575 +ERROR: role "root" does not exist 2.576 +ERROR: role "root" does not exist 2.577 +ERROR: role "root" does not exist 2.578 +ERROR: role "root" does not exist 2.579 +ERROR: role "root" does not exist 2.580 +ERROR: role "root" does not exist 2.581 +ERROR: role "root" does not exist 2.582 +ERROR: role "root" does not exist 2.583 +ERROR: role "root" does not exist 2.584 +ERROR: role "root" does not exist 2.585 +ERROR: role "root" does not exist 2.586 +ERROR: role "root" does not exist 2.587 +ERROR: role "root" does not exist 2.588 +ERROR: role "root" does not exist 2.589 +ERROR: role "root" does not exist 2.590 +ERROR: role "root" does not exist 2.591 +ERROR: role "root" does not exist 2.592 +ERROR: role "root" does not exist 2.593 +ERROR: role "root" does not exist 2.594 +ERROR: role "root" does not exist 2.595 +ERROR: role "root" does not exist 2.596 +ERROR: role "root" does not exist 2.597 +ERROR: role "root" does not exist 2.598 +ERROR: role "root" does not exist 2.599 +ERROR: role "root" does not exist 2.600 +ERROR: role "root" does not exist 2.601 +ERROR: role "root" does not exist 2.602 +ERROR: role "root" does not exist 2.603 +ERROR: role "root" does not exist 2.604 +ERROR: role "root" does not exist 2.605 +ERROR: role "root" does not exist 2.606 +ERROR: role "root" does not exist 2.607 +ERROR: role "root" does not exist 2.608 +ERROR: role "root" does not exist 2.609 +ERROR: role "root" does not exist 2.610 +ERROR: role "root" does not exist 2.611 +ERROR: role "root" does not exist 2.612 +ERROR: role "root" does not exist 2.613 +ERROR: role "root" does not exist 2.614 +ERROR: role "root" does not exist 2.615 +ERROR: role "root" does not exist 2.616 +ERROR: role "root" does not exist 2.617 +ERROR: role "root" does not exist 2.618 +ERROR: role "root" does not exist 2.619 +ERROR: role "root" does not exist 2.620 +ERROR: role "root" does not exist 2.621 +ERROR: role "root" does not exist 2.622 +ERROR: role "root" does not exist 2.623 +ERROR: role "root" does not exist 2.624 +ERROR: role "root" does not exist 2.625 +ERROR: role "root" does not exist 2.626 +ERROR: role "root" does not exist 2.627 +ERROR: role "root" does not exist 2.628 +ERROR: role "root" does not exist 2.629 +ERROR: role "root" does not exist 2.630 +ERROR: role "root" does not exist 2.631 +ERROR: role "root" does not exist 2.632 +ERROR: role "root" does not exist 2.633 +ERROR: role "root" does not exist 2.634 +ERROR: role "root" does not exist 2.635 +ERROR: role "root" does not exist 2.636 +ERROR: role "root" does not exist 2.637 +ERROR: role "root" does not exist 2.638 +ERROR: role "root" does not exist 2.639 +ERROR: role "root" does not exist 2.640 +ERROR: role "root" does not exist 2.641 +ERROR: role "root" does not exist 2.642 +ERROR: role "root" does not exist 2.643 +ERROR: role "root" does not exist 2.644 +ERROR: role "root" does not exist 2.645 +ERROR: role "root" does not exist 2.646 +ERROR: role "root" does not exist 2.647 +ERROR: role "root" does not exist 2.648 +ERROR: role "root" does not exist 2.649 +ERROR: role "root" does not exist 2.650 +ERROR: role "root" does not exist 2.651 +ERROR: role "root" does not exist 2.652 +ERROR: role "root" does not exist 2.653 +ERROR: role "root" does not exist 2.654 +ERROR: role "root" does not exist 2.655 +ERROR: role "root" does not exist 2.656 +ERROR: role "root" does not exist 2.657 +ERROR: role "root" does not exist 2.658 +ERROR: role "root" does not exist 2.659 +ERROR: role "root" does not exist 2.660 +ERROR: role "root" does not exist 2.661 +ERROR: role "root" does not exist 2.662 +ERROR: role "root" does not exist 2.663 +ERROR: role "root" does not exist 2.664 +ERROR: role "root" does not exist 2.665 +ERROR: role "root" does not exist 2.666 +ERROR: role "root" does not exist 2.667 +ERROR: role "root" does not exist 2.668 +ERROR: role "root" does not exist 2.669 +ERROR: role "root" does not exist 2.670 +ERROR: role "root" does not exist 2.671 +ERROR: role "root" does not exist 2.672 +ERROR: role "root" does not exist 2.673 +ERROR: role "root" does not exist 2.674 +ERROR: role "root" does not exist 2.675 +ERROR: role "root" does not exist 2.676 +ERROR: role "root" does not exist 2.677 +ERROR: role "root" does not exist 2.678 +ERROR: role "root" does not exist 2.679 +ERROR: role "root" does not exist 2.680 +ERROR: role "root" does not exist 2.681 +ERROR: role "root" does not exist 2.682 +ERROR: role "root" does not exist 2.683 +ERROR: role "root" does not exist 2.684 +ERROR: role "root" does not exist 2.685 +ERROR: role "root" does not exist 2.686 +ERROR: role "root" does not exist 2.687 +ERROR: role "root" does not exist 2.688 +ERROR: role "root" does not exist 2.689 +ERROR: role "root" does not exist 2.690 +ERROR: role "root" does not exist 2.691 +ERROR: role "root" does not exist 2.692 +ERROR: role "root" does not exist 2.693 +ERROR: role "root" does not exist 2.694 +ERROR: role "root" does not exist 2.695 +ERROR: role "root" does not exist 2.696 +ERROR: role "root" does not exist 2.697 +ERROR: role "root" does not exist 2.698 +ERROR: role "root" does not exist 2.699 +ERROR: role "root" does not exist 2.700 +ERROR: role "root" does not exist 2.701 +ERROR: role "root" does not exist 2.702 +ERROR: role "root" does not exist 2.703 +ERROR: role "root" does not exist 2.704 +ERROR: role "root" does not exist 2.705 +ERROR: role "root" does not exist 2.706 +ERROR: role "root" does not exist 2.707 +ERROR: role "root" does not exist 2.708 +ERROR: role "root" does not exist 2.709 +ERROR: role "root" does not exist 2.710 +ERROR: role "root" does not exist 2.711 +ERROR: role "root" does not exist 2.712 +ERROR: role "root" does not exist 2.713 +ERROR: role "root" does not exist 2.714 +ERROR: role "root" does not exist 2.715 +ERROR: role "root" does not exist 2.716 +ERROR: role "root" does not exist 2.717 +ERROR: role "root" does not exist 2.718 +ERROR: role "root" does not exist 2.719 +ERROR: role "root" does not exist 2.720 +ERROR: role "root" does not exist 2.721 +ERROR: role "root" does not exist 2.722 +ERROR: role "root" does not exist 2.723 +ERROR: role "root" does not exist 2.724 +ERROR: role "root" does not exist 2.725 +ERROR: role "root" does not exist 2.726 +ERROR: role "root" does not exist 2.727 +ERROR: role "root" does not exist 2.728 +ERROR: role "root" does not exist 2.729 +ERROR: role "root" does not exist 2.730 +ERROR: role "root" does not exist 2.731 +ERROR: role "root" does not exist 2.732 +ERROR: role "root" does not exist 2.733 +ERROR: role "root" does not exist 2.734 +ERROR: role "root" does not exist 2.735 +ERROR: role "root" does not exist 2.736 +ERROR: role "root" does not exist 2.737 +ERROR: role "root" does not exist 2.738 +ERROR: role "root" does not exist 2.739 +ERROR: role "root" does not exist 2.740 +ERROR: role "root" does not exist 2.741 +ERROR: role "root" does not exist 2.742 +ERROR: role "root" does not exist 2.743 +ERROR: role "root" does not exist 2.744 +ERROR: role "root" does not exist 2.745 +ERROR: role "root" does not exist 2.746 +ERROR: role "root" does not exist 2.747 +ERROR: role "root" does not exist 2.748 +ERROR: role "root" does not exist 2.749 +ERROR: role "root" does not exist 2.750 +ERROR: role "root" does not exist 2.751 +ERROR: role "root" does not exist 2.752 +ERROR: role "root" does not exist 2.753 +ERROR: role "root" does not exist 2.754 +ERROR: role "root" does not exist 2.755 +ERROR: role "root" does not exist 2.756 +ERROR: role "root" does not exist 2.757 +ERROR: role "root" does not exist 2.758 +ERROR: role "root" does not exist 2.759 +ERROR: role "root" does not exist 2.760 +ERROR: role "root" does not exist 2.761 +ERROR: role "root" does not exist 2.762 +ERROR: role "root" does not exist 2.763 +ERROR: role "root" does not exist 2.764 +ERROR: role "root" does not exist 2.765 +ERROR: role "root" does not exist 2.766 +ERROR: role "root" does not exist 2.767 +ERROR: role "root" does not exist 2.768 +ERROR: role "root" does not exist 2.769 +ERROR: role "root" does not exist 2.770 +ERROR: role "root" does not exist 2.771 +ERROR: role "root" does not exist 2.772 +ERROR: role "root" does not exist 2.773 +ERROR: role "root" does not exist 2.774 +ERROR: role "root" does not exist 2.775 +ERROR: role "root" does not exist 2.776 +ERROR: role "root" does not exist 2.777 +ERROR: role "root" does not exist 2.778 +ERROR: role "root" does not exist 2.779 +ERROR: role "root" does not exist 2.780 +ERROR: role "root" does not exist 2.781 +ERROR: role "root" does not exist 2.782 +ERROR: role "root" does not exist 2.783 +ERROR: role "root" does not exist 2.784 +ERROR: role "root" does not exist 2.785 +ERROR: role "root" does not exist 2.786 +ERROR: role "root" does not exist 2.787 +ERROR: role "root" does not exist 2.788 +ERROR: role "root" does not exist 2.789 +ERROR: role "root" does not exist 2.790 +ERROR: role "root" does not exist 2.791 +ERROR: role "root" does not exist 2.792 +ERROR: role "root" does not exist 2.793 +ERROR: role "root" does not exist 2.794 +ERROR: role "root" does not exist 2.795 +ERROR: role "root" does not exist 2.796 +ERROR: role "root" does not exist 2.797 +ERROR: role "root" does not exist 2.798 +ERROR: role "root" does not exist 2.799 +ERROR: role "root" does not exist 2.800 +ERROR: role "root" does not exist 2.801 +ERROR: role "root" does not exist 2.802 +ERROR: role "root" does not exist 2.803 +ERROR: role "root" does not exist 2.804 +ERROR: role "root" does not exist 2.805 +ERROR: role "root" does not exist 2.806 +ERROR: role "root" does not exist 2.807 +ERROR: role "root" does not exist 2.808 +ERROR: role "root" does not exist 2.809 +ERROR: role "root" does not exist 2.810 +ERROR: role "root" does not exist 2.811 +ERROR: role "root" does not exist 2.812 +ERROR: role "root" does not exist 2.813 +ERROR: role "root" does not exist 2.814 +ERROR: role "root" does not exist 2.815 +ERROR: role "root" does not exist 2.816 +ERROR: role "root" does not exist 2.817 +ERROR: role "root" does not exist 2.818 +ERROR: role "root" does not exist 2.819 +ERROR: role "root" does not exist 2.820 +ERROR: role "root" does not exist 2.821 +ERROR: role "root" does not exist 2.822 +ERROR: role "root" does not exist 2.823 +ERROR: role "root" does not exist 2.824 +ERROR: role "root" does not exist 2.825 +ERROR: role "root" does not exist 2.826 +ERROR: role "root" does not exist 2.827 +ERROR: role "root" does not exist 2.828 +ERROR: role "root" does not exist 2.829 +ERROR: role "root" does not exist 2.830 +ERROR: role "root" does not exist 2.831 +ERROR: role "root" does not exist 2.832 +ERROR: role "root" does not exist 2.833 +ERROR: role "root" does not exist 2.834 +ERROR: role "root" does not exist 2.835 +ERROR: role "root" does not exist 2.836 +ERROR: role "root" does not exist 2.837 +ERROR: role "root" does not exist 2.838 +ERROR: role "root" does not exist 2.839 +ERROR: role "root" does not exist 2.840 +ERROR: relation "bnode_values" already exists 2.841 +ERROR: relation "datatype_values" already exists 2.842 +ERROR: relation "datetime_values" already exists 2.843 +ERROR: relation "geo_values" already exists 2.844 +ERROR: role "root" does not exist 2.845 +ERROR: role "root" does not exist 2.846 +ERROR: relation "hash_values" already exists 2.847 +ERROR: relation "label_values" already exists 2.848 +ERROR: relation "language_values" already exists 2.849 +ERROR: relation "long_label_values" already exists 2.850 +ERROR: relation "long_uri_values" already exists 2.851 +ERROR: relation "numeric_values" already exists 2.852 +ERROR: role "root" does not exist 2.853 +ERROR: relation "uri_values" already exists 2.854 +ERROR: column "strdfgeo" of relation "geo_values" does not exist 2.855 +invalid command \. 2.856 +ERROR: syntax error at or near "1342178071" 2.857 +LINE 1: 1342178071 0101000020E6100000204D5EA784813540B77DA6598D43434... 2.858 + ^ 2.859 +invalid command \. 2.860 +ERROR: syntax error at or near "public" 2.861 +LINE 1: public geo_values strdfgeo 2 4326 POLYGON 2.862 + ^ 2.863 +invalid command \. 2.864 +ERROR: syntax error at or near "0" 2.865 +LINE 1: 0 536870913 -2147483647 t 2.866 + ^ 2.867 +invalid command \. 2.868 +ERROR: syntax error at or near "0" 2.869 +LINE 1: 0 536870913 1879048683 t 2.870 + ^ 2.871 +invalid command \. 2.872 +ERROR: syntax error at or near "0" 2.873 +LINE 1: 0 536870913 504 t 2.874 + ^ 2.875 +invalid command \. 2.876 +ERROR: syntax error at or near "0" 2.877 +LINE 1: 0 14854 1610613119 t 2.878 + ^ 2.879 +invalid command \. 2.880 +ERROR: syntax error at or near "0" 2.881 +LINE 1: 0 1 1610612737 t 2.882 + ^ 2.883 +invalid command \. 2.884 +ERROR: syntax error at or near "0" 2.885 +LINE 1: 0 1 1879048193 t 2.886 + ^ 2.887 +invalid command \. 2.888 +ERROR: syntax error at or near "1" 2.889 +LINE 1: 1 116609410439524124 2.890 + ^ 2.891 +invalid command \. 2.892 +ERROR: syntax error at or near "0" 2.893 +LINE 1: 0 523 1342177393 t 2.894 + ^ 2.895 +invalid command \. 2.896 +ERROR: syntax error at or near "0" 2.897 +LINE 1: 0 1 1879048193 t 2.898 + ^ 2.899 +invalid command \. 2.900 +ERROR: syntax error at or near "0" 2.901 +LINE 1: 0 523 1342177394 t 2.902 + ^ 2.903 +invalid command \. 2.904 +ERROR: syntax error at or near "0" 2.905 +LINE 1: 0 523 1342177395 t 2.906 + ^ 2.907 +invalid command \. 2.908 +ERROR: syntax error at or near "0" 2.909 +LINE 1: 0 15253 1879049009 t 2.910 + ^ 2.911 +invalid command \. 2.912 +ERROR: syntax error at or near "0" 2.913 +LINE 1: 0 14854 1879048684 t 2.914 + ^ 2.915 +invalid command \. 2.916 +ERROR: syntax error at or near "0" 2.917 +LINE 1: 0 15262 14854 t 2.918 + ^ 2.919 +invalid command \. 2.920 +ERROR: syntax error at or near "0" 2.921 +LINE 1: 0 21127 21130 t 2.922 + ^ 2.923 +invalid command \. 2.924 +ERROR: syntax error at or near "0" 2.925 +LINE 1: 0 14760 524 t 2.926 + ^ 2.927 +invalid command \. 2.928 +ERROR: syntax error at or near "0" 2.929 +LINE 1: 0 536870913 1342177392 t 2.930 + ^ 2.931 +invalid command \. 2.932 +ERROR: syntax error at or near "0" 2.933 +LINE 1: 0 536870913 1342177391 t 2.934 + ^ 2.935 +invalid command \. 2.936 +ERROR: syntax error at or near "0" 2.937 +LINE 1: 0 523 525 t 2.938 + ^ 2.939 +invalid command \. 2.940 +ERROR: syntax error at or near "0" 2.941 +LINE 1: 0 536870913 510 t 2.942 + ^ 2.943 +invalid command \. 2.944 +ERROR: syntax error at or near "0" 2.945 +LINE 1: 0 523 805306369 t 2.946 + ^ 2.947 +ERROR: syntax error at or near "805306384" 2.948 +LINE 1: 805306384 Σχίνος 2.949 + ^
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/scripts/v2.2/stdout.log Wed Jul 18 02:17:16 2012 +0300 3.3 @@ -0,0 +1,948 @@ 3.4 +SET 3.5 +SET 3.6 +SET 3.7 +SET 3.8 +SET 3.9 +CREATE EXTENSION 3.10 +COMMENT 3.11 +SET 3.12 +CREATE TYPE 3.13 +CREATE FUNCTION 3.14 +CREATE FUNCTION 3.15 +CREATE TYPE 3.16 +CREATE TYPE 3.17 +CREATE FUNCTION 3.18 +CREATE FUNCTION 3.19 +CREATE TYPE 3.20 +CREATE TYPE 3.21 +CREATE FUNCTION 3.22 +CREATE FUNCTION 3.23 +CREATE TYPE 3.24 +CREATE TYPE 3.25 +CREATE FUNCTION 3.26 +CREATE FUNCTION 3.27 +CREATE TYPE 3.28 +CREATE TYPE 3.29 +CREATE FUNCTION 3.30 +CREATE FUNCTION 3.31 +CREATE FUNCTION 3.32 +CREATE FUNCTION 3.33 +CREATE FUNCTION 3.34 +CREATE TYPE 3.35 +CREATE TYPE 3.36 +CREATE FUNCTION 3.37 +CREATE FUNCTION 3.38 +CREATE FUNCTION 3.39 +CREATE FUNCTION 3.40 +CREATE FUNCTION 3.41 +CREATE TYPE 3.42 +CREATE TYPE 3.43 +CREATE TYPE 3.44 +CREATE FUNCTION 3.45 +CREATE FUNCTION 3.46 +CREATE TYPE 3.47 +CREATE TYPE 3.48 +CREATE FUNCTION 3.49 +CREATE FUNCTION 3.50 +CREATE TYPE 3.51 +CREATE TYPE 3.52 +CREATE FUNCTION 3.53 +CREATE FUNCTION 3.54 +CREATE TYPE 3.55 +CREATE FUNCTION 3.56 +CREATE FUNCTION 3.57 +CREATE FUNCTION 3.58 +CREATE FUNCTION 3.59 +CREATE FUNCTION 3.60 +CREATE FUNCTION 3.61 +CREATE FUNCTION 3.62 +CREATE FUNCTION 3.63 +CREATE FUNCTION 3.64 +CREATE FUNCTION 3.65 +CREATE FUNCTION 3.66 +CREATE FUNCTION 3.67 +CREATE FUNCTION 3.68 +CREATE FUNCTION 3.69 +CREATE FUNCTION 3.70 +CREATE FUNCTION 3.71 +CREATE FUNCTION 3.72 +CREATE FUNCTION 3.73 +CREATE FUNCTION 3.74 +CREATE FUNCTION 3.75 +CREATE FUNCTION 3.76 +CREATE FUNCTION 3.77 +CREATE FUNCTION 3.78 +CREATE FUNCTION 3.79 +CREATE FUNCTION 3.80 +CREATE FUNCTION 3.81 +CREATE FUNCTION 3.82 +CREATE FUNCTION 3.83 +CREATE FUNCTION 3.84 +CREATE FUNCTION 3.85 +CREATE FUNCTION 3.86 +CREATE FUNCTION 3.87 +CREATE FUNCTION 3.88 +CREATE FUNCTION 3.89 +CREATE FUNCTION 3.90 +CREATE FUNCTION 3.91 +CREATE FUNCTION 3.92 +CREATE FUNCTION 3.93 +CREATE FUNCTION 3.94 +CREATE FUNCTION 3.95 +CREATE FUNCTION 3.96 +CREATE FUNCTION 3.97 +CREATE FUNCTION 3.98 +CREATE FUNCTION 3.99 +CREATE FUNCTION 3.100 +CREATE FUNCTION 3.101 +CREATE FUNCTION 3.102 +CREATE FUNCTION 3.103 +CREATE FUNCTION 3.104 +CREATE FUNCTION 3.105 +CREATE FUNCTION 3.106 +CREATE FUNCTION 3.107 +CREATE FUNCTION 3.108 +CREATE FUNCTION 3.109 +CREATE FUNCTION 3.110 +CREATE FUNCTION 3.111 +CREATE FUNCTION 3.112 +CREATE FUNCTION 3.113 +CREATE FUNCTION 3.114 +CREATE FUNCTION 3.115 +CREATE FUNCTION 3.116 +CREATE FUNCTION 3.117 +CREATE FUNCTION 3.118 +CREATE FUNCTION 3.119 +CREATE FUNCTION 3.120 +CREATE FUNCTION 3.121 +CREATE FUNCTION 3.122 +CREATE FUNCTION 3.123 +CREATE FUNCTION 3.124 +CREATE FUNCTION 3.125 +CREATE FUNCTION 3.126 +CREATE FUNCTION 3.127 +CREATE FUNCTION 3.128 +CREATE FUNCTION 3.129 +CREATE FUNCTION 3.130 +CREATE FUNCTION 3.131 +CREATE FUNCTION 3.132 +CREATE FUNCTION 3.133 +CREATE FUNCTION 3.134 +CREATE FUNCTION 3.135 +CREATE FUNCTION 3.136 +CREATE FUNCTION 3.137 +CREATE FUNCTION 3.138 +CREATE FUNCTION 3.139 +CREATE FUNCTION 3.140 +CREATE FUNCTION 3.141 +CREATE FUNCTION 3.142 +CREATE FUNCTION 3.143 +CREATE FUNCTION 3.144 +CREATE FUNCTION 3.145 +CREATE FUNCTION 3.146 +CREATE FUNCTION 3.147 +CREATE FUNCTION 3.148 +CREATE FUNCTION 3.149 +CREATE FUNCTION 3.150 +CREATE FUNCTION 3.151 +CREATE FUNCTION 3.152 +CREATE FUNCTION 3.153 +CREATE FUNCTION 3.154 +CREATE FUNCTION 3.155 +CREATE FUNCTION 3.156 +CREATE FUNCTION 3.157 +CREATE FUNCTION 3.158 +CREATE FUNCTION 3.159 +CREATE FUNCTION 3.160 +CREATE FUNCTION 3.161 +CREATE FUNCTION 3.162 +CREATE FUNCTION 3.163 +CREATE FUNCTION 3.164 +CREATE FUNCTION 3.165 +CREATE FUNCTION 3.166 +CREATE FUNCTION 3.167 +CREATE FUNCTION 3.168 +CREATE FUNCTION 3.169 +CREATE FUNCTION 3.170 +CREATE FUNCTION 3.171 +CREATE FUNCTION 3.172 +CREATE FUNCTION 3.173 +CREATE FUNCTION 3.174 +CREATE FUNCTION 3.175 +CREATE FUNCTION 3.176 +CREATE FUNCTION 3.177 +CREATE FUNCTION 3.178 +CREATE FUNCTION 3.179 +CREATE FUNCTION 3.180 +CREATE FUNCTION 3.181 +CREATE FUNCTION 3.182 +CREATE FUNCTION 3.183 +CREATE FUNCTION 3.184 +CREATE FUNCTION 3.185 +CREATE FUNCTION 3.186 +CREATE FUNCTION 3.187 +CREATE FUNCTION 3.188 +CREATE FUNCTION 3.189 +CREATE FUNCTION 3.190 +CREATE FUNCTION 3.191 +CREATE FUNCTION 3.192 +CREATE FUNCTION 3.193 +CREATE FUNCTION 3.194 +CREATE FUNCTION 3.195 +CREATE FUNCTION 3.196 +CREATE FUNCTION 3.197 +CREATE FUNCTION 3.198 +CREATE FUNCTION 3.199 +CREATE FUNCTION 3.200 +CREATE FUNCTION 3.201 +CREATE FUNCTION 3.202 +CREATE FUNCTION 3.203 +CREATE FUNCTION 3.204 +CREATE FUNCTION 3.205 +CREATE FUNCTION 3.206 +CREATE FUNCTION 3.207 +CREATE FUNCTION 3.208 +CREATE FUNCTION 3.209 +CREATE FUNCTION 3.210 +CREATE FUNCTION 3.211 +CREATE FUNCTION 3.212 +CREATE FUNCTION 3.213 +CREATE FUNCTION 3.214 +CREATE FUNCTION 3.215 +CREATE FUNCTION 3.216 +CREATE FUNCTION 3.217 +CREATE FUNCTION 3.218 +CREATE FUNCTION 3.219 +CREATE FUNCTION 3.220 +CREATE FUNCTION 3.221 +CREATE FUNCTION 3.222 +CREATE FUNCTION 3.223 +CREATE FUNCTION 3.224 +CREATE FUNCTION 3.225 +CREATE FUNCTION 3.226 +CREATE FUNCTION 3.227 +CREATE FUNCTION 3.228 +CREATE FUNCTION 3.229 +CREATE FUNCTION 3.230 +CREATE FUNCTION 3.231 +CREATE FUNCTION 3.232 +CREATE FUNCTION 3.233 +CREATE FUNCTION 3.234 +CREATE FUNCTION 3.235 +CREATE FUNCTION 3.236 +CREATE FUNCTION 3.237 +CREATE FUNCTION 3.238 +CREATE FUNCTION 3.239 +CREATE FUNCTION 3.240 +CREATE FUNCTION 3.241 +CREATE FUNCTION 3.242 +CREATE FUNCTION 3.243 +CREATE FUNCTION 3.244 +CREATE FUNCTION 3.245 +CREATE FUNCTION 3.246 +CREATE FUNCTION 3.247 +CREATE FUNCTION 3.248 +CREATE FUNCTION 3.249 +CREATE FUNCTION 3.250 +CREATE FUNCTION 3.251 +CREATE FUNCTION 3.252 +CREATE FUNCTION 3.253 +CREATE FUNCTION 3.254 +CREATE FUNCTION 3.255 +CREATE FUNCTION 3.256 +CREATE FUNCTION 3.257 +CREATE FUNCTION 3.258 +CREATE FUNCTION 3.259 +CREATE FUNCTION 3.260 +CREATE FUNCTION 3.261 +CREATE FUNCTION 3.262 +CREATE FUNCTION 3.263 +CREATE FUNCTION 3.264 +CREATE FUNCTION 3.265 +CREATE FUNCTION 3.266 +CREATE FUNCTION 3.267 +CREATE FUNCTION 3.268 +CREATE FUNCTION 3.269 +CREATE FUNCTION 3.270 +CREATE FUNCTION 3.271 +CREATE FUNCTION 3.272 +CREATE FUNCTION 3.273 +CREATE FUNCTION 3.274 +CREATE FUNCTION 3.275 +CREATE FUNCTION 3.276 +CREATE FUNCTION 3.277 +CREATE FUNCTION 3.278 +CREATE FUNCTION 3.279 +CREATE FUNCTION 3.280 +CREATE FUNCTION 3.281 +CREATE FUNCTION 3.282 +CREATE FUNCTION 3.283 +CREATE FUNCTION 3.284 +CREATE FUNCTION 3.285 +CREATE FUNCTION 3.286 +CREATE FUNCTION 3.287 +CREATE FUNCTION 3.288 +CREATE FUNCTION 3.289 +CREATE FUNCTION 3.290 +CREATE FUNCTION 3.291 +CREATE FUNCTION 3.292 +CREATE FUNCTION 3.293 +CREATE FUNCTION 3.294 +CREATE FUNCTION 3.295 +CREATE FUNCTION 3.296 +CREATE FUNCTION 3.297 +CREATE FUNCTION 3.298 +CREATE FUNCTION 3.299 +CREATE FUNCTION 3.300 +CREATE FUNCTION 3.301 +CREATE FUNCTION 3.302 +CREATE FUNCTION 3.303 +CREATE FUNCTION 3.304 +CREATE FUNCTION 3.305 +CREATE FUNCTION 3.306 +CREATE FUNCTION 3.307 +CREATE FUNCTION 3.308 +CREATE FUNCTION 3.309 +CREATE FUNCTION 3.310 +CREATE FUNCTION 3.311 +CREATE FUNCTION 3.312 +CREATE FUNCTION 3.313 +CREATE FUNCTION 3.314 +CREATE FUNCTION 3.315 +CREATE FUNCTION 3.316 +CREATE FUNCTION 3.317 +CREATE FUNCTION 3.318 +CREATE FUNCTION 3.319 +CREATE FUNCTION 3.320 +CREATE FUNCTION 3.321 +CREATE FUNCTION 3.322 +CREATE FUNCTION 3.323 +CREATE FUNCTION 3.324 +CREATE FUNCTION 3.325 +CREATE FUNCTION 3.326 +CREATE FUNCTION 3.327 +CREATE FUNCTION 3.328 +CREATE FUNCTION 3.329 +CREATE FUNCTION 3.330 +CREATE FUNCTION 3.331 +CREATE FUNCTION 3.332 +CREATE FUNCTION 3.333 +CREATE FUNCTION 3.334 +CREATE FUNCTION 3.335 +CREATE FUNCTION 3.336 +CREATE FUNCTION 3.337 +CREATE FUNCTION 3.338 +CREATE FUNCTION 3.339 +CREATE FUNCTION 3.340 +CREATE FUNCTION 3.341 +CREATE FUNCTION 3.342 +CREATE FUNCTION 3.343 +CREATE FUNCTION 3.344 +CREATE FUNCTION 3.345 +CREATE FUNCTION 3.346 +CREATE FUNCTION 3.347 +CREATE FUNCTION 3.348 +CREATE FUNCTION 3.349 +CREATE FUNCTION 3.350 +CREATE FUNCTION 3.351 +CREATE FUNCTION 3.352 +CREATE FUNCTION 3.353 +CREATE FUNCTION 3.354 +CREATE FUNCTION 3.355 +CREATE FUNCTION 3.356 +CREATE FUNCTION 3.357 +CREATE FUNCTION 3.358 +CREATE FUNCTION 3.359 +CREATE FUNCTION 3.360 +CREATE FUNCTION 3.361 +CREATE FUNCTION 3.362 +CREATE FUNCTION 3.363 +CREATE FUNCTION 3.364 +CREATE FUNCTION 3.365 +CREATE FUNCTION 3.366 +CREATE FUNCTION 3.367 +CREATE FUNCTION 3.368 +CREATE FUNCTION 3.369 +CREATE FUNCTION 3.370 +CREATE FUNCTION 3.371 +CREATE FUNCTION 3.372 +CREATE FUNCTION 3.373 +CREATE FUNCTION 3.374 +CREATE FUNCTION 3.375 +CREATE FUNCTION 3.376 +CREATE FUNCTION 3.377 +CREATE FUNCTION 3.378 +CREATE FUNCTION 3.379 +CREATE FUNCTION 3.380 +CREATE FUNCTION 3.381 +CREATE FUNCTION 3.382 +CREATE FUNCTION 3.383 +CREATE FUNCTION 3.384 +CREATE FUNCTION 3.385 +CREATE FUNCTION 3.386 +CREATE FUNCTION 3.387 +CREATE FUNCTION 3.388 +CREATE FUNCTION 3.389 +CREATE FUNCTION 3.390 +CREATE FUNCTION 3.391 +CREATE FUNCTION 3.392 +CREATE FUNCTION 3.393 +CREATE FUNCTION 3.394 +CREATE FUNCTION 3.395 +CREATE FUNCTION 3.396 +CREATE FUNCTION 3.397 +CREATE FUNCTION 3.398 +CREATE FUNCTION 3.399 +CREATE FUNCTION 3.400 +CREATE FUNCTION 3.401 +CREATE FUNCTION 3.402 +CREATE FUNCTION 3.403 +CREATE FUNCTION 3.404 +CREATE FUNCTION 3.405 +CREATE FUNCTION 3.406 +CREATE FUNCTION 3.407 +CREATE FUNCTION 3.408 +CREATE FUNCTION 3.409 +CREATE FUNCTION 3.410 +CREATE FUNCTION 3.411 +CREATE FUNCTION 3.412 +CREATE FUNCTION 3.413 +CREATE FUNCTION 3.414 +CREATE FUNCTION 3.415 +CREATE FUNCTION 3.416 +CREATE FUNCTION 3.417 +CREATE FUNCTION 3.418 +CREATE FUNCTION 3.419 +CREATE FUNCTION 3.420 +CREATE FUNCTION 3.421 +CREATE FUNCTION 3.422 +CREATE FUNCTION 3.423 +CREATE FUNCTION 3.424 +CREATE FUNCTION 3.425 +CREATE FUNCTION 3.426 +CREATE FUNCTION 3.427 +CREATE FUNCTION 3.428 +CREATE FUNCTION 3.429 +CREATE FUNCTION 3.430 +CREATE FUNCTION 3.431 +CREATE FUNCTION 3.432 +CREATE FUNCTION 3.433 +CREATE FUNCTION 3.434 +CREATE FUNCTION 3.435 +CREATE FUNCTION 3.436 +CREATE FUNCTION 3.437 +CREATE FUNCTION 3.438 +CREATE FUNCTION 3.439 +CREATE FUNCTION 3.440 +CREATE FUNCTION 3.441 +CREATE FUNCTION 3.442 +CREATE FUNCTION 3.443 +CREATE FUNCTION 3.444 +CREATE FUNCTION 3.445 +CREATE FUNCTION 3.446 +CREATE FUNCTION 3.447 +CREATE FUNCTION 3.448 +CREATE FUNCTION 3.449 +CREATE FUNCTION 3.450 +CREATE FUNCTION 3.451 +CREATE FUNCTION 3.452 +CREATE FUNCTION 3.453 +CREATE FUNCTION 3.454 +CREATE FUNCTION 3.455 +CREATE FUNCTION 3.456 +CREATE FUNCTION 3.457 +CREATE FUNCTION 3.458 +CREATE FUNCTION 3.459 +CREATE FUNCTION 3.460 +CREATE FUNCTION 3.461 +CREATE FUNCTION 3.462 +CREATE FUNCTION 3.463 +CREATE FUNCTION 3.464 +CREATE FUNCTION 3.465 +CREATE FUNCTION 3.466 +CREATE FUNCTION 3.467 +CREATE FUNCTION 3.468 +CREATE FUNCTION 3.469 +CREATE FUNCTION 3.470 +CREATE FUNCTION 3.471 +CREATE FUNCTION 3.472 +CREATE FUNCTION 3.473 +CREATE FUNCTION 3.474 +CREATE FUNCTION 3.475 +CREATE FUNCTION 3.476 +CREATE FUNCTION 3.477 +CREATE FUNCTION 3.478 +CREATE FUNCTION 3.479 +CREATE FUNCTION 3.480 +CREATE FUNCTION 3.481 +CREATE FUNCTION 3.482 +CREATE FUNCTION 3.483 +CREATE FUNCTION 3.484 +CREATE FUNCTION 3.485 +CREATE FUNCTION 3.486 +CREATE FUNCTION 3.487 +CREATE FUNCTION 3.488 +CREATE FUNCTION 3.489 +CREATE FUNCTION 3.490 +CREATE FUNCTION 3.491 +CREATE FUNCTION 3.492 +CREATE FUNCTION 3.493 +CREATE FUNCTION 3.494 +CREATE FUNCTION 3.495 +CREATE FUNCTION 3.496 +CREATE FUNCTION 3.497 +CREATE FUNCTION 3.498 +CREATE FUNCTION 3.499 +CREATE FUNCTION 3.500 +CREATE FUNCTION 3.501 +CREATE FUNCTION 3.502 +CREATE FUNCTION 3.503 +CREATE FUNCTION 3.504 +CREATE FUNCTION 3.505 +CREATE FUNCTION 3.506 +CREATE FUNCTION 3.507 +CREATE FUNCTION 3.508 +CREATE FUNCTION 3.509 +CREATE FUNCTION 3.510 +CREATE FUNCTION 3.511 +CREATE FUNCTION 3.512 +CREATE FUNCTION 3.513 +CREATE FUNCTION 3.514 +CREATE FUNCTION 3.515 +CREATE FUNCTION 3.516 +CREATE FUNCTION 3.517 +CREATE FUNCTION 3.518 +CREATE FUNCTION 3.519 +CREATE FUNCTION 3.520 +CREATE FUNCTION 3.521 +CREATE FUNCTION 3.522 +CREATE FUNCTION 3.523 +CREATE FUNCTION 3.524 +CREATE FUNCTION 3.525 +CREATE FUNCTION 3.526 +CREATE FUNCTION 3.527 +CREATE FUNCTION 3.528 +CREATE FUNCTION 3.529 +CREATE FUNCTION 3.530 +CREATE FUNCTION 3.531 +CREATE FUNCTION 3.532 +CREATE FUNCTION 3.533 +CREATE FUNCTION 3.534 +CREATE FUNCTION 3.535 +CREATE FUNCTION 3.536 +CREATE FUNCTION 3.537 +CREATE FUNCTION 3.538 +CREATE FUNCTION 3.539 +CREATE FUNCTION 3.540 +CREATE FUNCTION 3.541 +CREATE FUNCTION 3.542 +CREATE FUNCTION 3.543 +CREATE FUNCTION 3.544 +CREATE FUNCTION 3.545 +CREATE FUNCTION 3.546 +CREATE FUNCTION 3.547 +CREATE FUNCTION 3.548 +CREATE FUNCTION 3.549 +CREATE FUNCTION 3.550 +CREATE FUNCTION 3.551 +CREATE FUNCTION 3.552 +CREATE FUNCTION 3.553 +CREATE FUNCTION 3.554 +CREATE FUNCTION 3.555 +CREATE FUNCTION 3.556 +CREATE FUNCTION 3.557 +CREATE FUNCTION 3.558 +CREATE FUNCTION 3.559 +CREATE FUNCTION 3.560 +CREATE FUNCTION 3.561 +CREATE FUNCTION 3.562 +CREATE FUNCTION 3.563 +CREATE FUNCTION 3.564 +CREATE FUNCTION 3.565 +CREATE FUNCTION 3.566 +CREATE FUNCTION 3.567 +CREATE FUNCTION 3.568 +CREATE FUNCTION 3.569 +CREATE FUNCTION 3.570 +CREATE FUNCTION 3.571 +CREATE FUNCTION 3.572 +CREATE FUNCTION 3.573 +CREATE FUNCTION 3.574 +CREATE FUNCTION 3.575 +CREATE FUNCTION 3.576 +CREATE FUNCTION 3.577 +CREATE FUNCTION 3.578 +CREATE FUNCTION 3.579 +CREATE FUNCTION 3.580 +CREATE FUNCTION 3.581 +CREATE FUNCTION 3.582 +CREATE FUNCTION 3.583 +CREATE FUNCTION 3.584 +CREATE FUNCTION 3.585 +CREATE FUNCTION 3.586 +CREATE FUNCTION 3.587 +CREATE FUNCTION 3.588 +CREATE FUNCTION 3.589 +CREATE FUNCTION 3.590 +CREATE FUNCTION 3.591 +CREATE FUNCTION 3.592 +CREATE FUNCTION 3.593 +CREATE FUNCTION 3.594 +CREATE FUNCTION 3.595 +CREATE FUNCTION 3.596 +CREATE FUNCTION 3.597 +CREATE FUNCTION 3.598 +CREATE FUNCTION 3.599 +CREATE FUNCTION 3.600 +CREATE FUNCTION 3.601 +CREATE FUNCTION 3.602 +CREATE FUNCTION 3.603 +CREATE FUNCTION 3.604 +CREATE FUNCTION 3.605 +CREATE FUNCTION 3.606 +CREATE FUNCTION 3.607 +CREATE FUNCTION 3.608 +CREATE FUNCTION 3.609 +CREATE FUNCTION 3.610 +CREATE FUNCTION 3.611 +CREATE FUNCTION 3.612 +CREATE FUNCTION 3.613 +CREATE FUNCTION 3.614 +CREATE FUNCTION 3.615 +CREATE FUNCTION 3.616 +CREATE FUNCTION 3.617 +CREATE FUNCTION 3.618 +CREATE FUNCTION 3.619 +CREATE FUNCTION 3.620 +CREATE FUNCTION 3.621 +CREATE FUNCTION 3.622 +CREATE FUNCTION 3.623 +CREATE FUNCTION 3.624 +CREATE FUNCTION 3.625 +CREATE FUNCTION 3.626 +CREATE FUNCTION 3.627 +CREATE FUNCTION 3.628 +CREATE FUNCTION 3.629 +CREATE FUNCTION 3.630 +CREATE FUNCTION 3.631 +CREATE FUNCTION 3.632 +CREATE FUNCTION 3.633 +CREATE FUNCTION 3.634 +CREATE FUNCTION 3.635 +CREATE FUNCTION 3.636 +CREATE FUNCTION 3.637 +CREATE FUNCTION 3.638 +CREATE FUNCTION 3.639 +CREATE FUNCTION 3.640 +CREATE FUNCTION 3.641 +CREATE FUNCTION 3.642 +CREATE FUNCTION 3.643 +CREATE FUNCTION 3.644 +CREATE FUNCTION 3.645 +CREATE FUNCTION 3.646 +CREATE FUNCTION 3.647 +CREATE FUNCTION 3.648 +CREATE FUNCTION 3.649 +CREATE FUNCTION 3.650 +CREATE FUNCTION 3.651 +CREATE FUNCTION 3.652 +CREATE FUNCTION 3.653 +CREATE FUNCTION 3.654 +CREATE FUNCTION 3.655 +CREATE FUNCTION 3.656 +CREATE FUNCTION 3.657 +CREATE FUNCTION 3.658 +CREATE FUNCTION 3.659 +CREATE FUNCTION 3.660 +CREATE FUNCTION 3.661 +CREATE FUNCTION 3.662 +CREATE FUNCTION 3.663 +CREATE FUNCTION 3.664 +CREATE FUNCTION 3.665 +CREATE FUNCTION 3.666 +CREATE FUNCTION 3.667 +CREATE FUNCTION 3.668 +CREATE FUNCTION 3.669 +CREATE FUNCTION 3.670 +CREATE FUNCTION 3.671 +CREATE FUNCTION 3.672 +CREATE FUNCTION 3.673 +CREATE FUNCTION 3.674 +CREATE FUNCTION 3.675 +CREATE FUNCTION 3.676 +CREATE FUNCTION 3.677 +CREATE FUNCTION 3.678 +CREATE FUNCTION 3.679 +CREATE FUNCTION 3.680 +CREATE FUNCTION 3.681 +CREATE FUNCTION 3.682 +CREATE FUNCTION 3.683 +CREATE FUNCTION 3.684 +CREATE FUNCTION 3.685 +CREATE FUNCTION 3.686 +CREATE FUNCTION 3.687 +CREATE FUNCTION 3.688 +CREATE FUNCTION 3.689 +CREATE FUNCTION 3.690 +CREATE FUNCTION 3.691 +CREATE FUNCTION 3.692 +CREATE FUNCTION 3.693 +CREATE FUNCTION 3.694 +CREATE FUNCTION 3.695 +CREATE FUNCTION 3.696 +CREATE FUNCTION 3.697 +CREATE FUNCTION 3.698 +CREATE FUNCTION 3.699 +CREATE FUNCTION 3.700 +CREATE FUNCTION 3.701 +CREATE FUNCTION 3.702 +CREATE FUNCTION 3.703 +CREATE FUNCTION 3.704 +CREATE FUNCTION 3.705 +CREATE FUNCTION 3.706 +CREATE FUNCTION 3.707 +CREATE FUNCTION 3.708 +CREATE FUNCTION 3.709 +CREATE FUNCTION 3.710 +CREATE FUNCTION 3.711 +CREATE FUNCTION 3.712 +CREATE FUNCTION 3.713 +CREATE FUNCTION 3.714 +CREATE FUNCTION 3.715 +CREATE FUNCTION 3.716 +CREATE FUNCTION 3.717 +CREATE FUNCTION 3.718 +CREATE FUNCTION 3.719 +CREATE FUNCTION 3.720 +CREATE FUNCTION 3.721 +CREATE FUNCTION 3.722 +CREATE FUNCTION 3.723 +CREATE FUNCTION 3.724 +CREATE FUNCTION 3.725 +CREATE FUNCTION 3.726 +CREATE FUNCTION 3.727 +CREATE FUNCTION 3.728 +CREATE FUNCTION 3.729 +CREATE FUNCTION 3.730 +CREATE FUNCTION 3.731 +CREATE FUNCTION 3.732 +CREATE FUNCTION 3.733 +CREATE FUNCTION 3.734 +CREATE FUNCTION 3.735 +CREATE FUNCTION 3.736 +CREATE FUNCTION 3.737 +CREATE FUNCTION 3.738 +CREATE FUNCTION 3.739 +CREATE FUNCTION 3.740 +CREATE FUNCTION 3.741 +CREATE FUNCTION 3.742 +CREATE FUNCTION 3.743 +CREATE FUNCTION 3.744 +CREATE FUNCTION 3.745 +CREATE FUNCTION 3.746 +CREATE FUNCTION 3.747 +CREATE FUNCTION 3.748 +CREATE FUNCTION 3.749 +CREATE FUNCTION 3.750 +CREATE FUNCTION 3.751 +CREATE FUNCTION 3.752 +CREATE FUNCTION 3.753 +CREATE FUNCTION 3.754 +CREATE FUNCTION 3.755 +CREATE FUNCTION 3.756 +CREATE FUNCTION 3.757 +CREATE FUNCTION 3.758 +CREATE FUNCTION 3.759 +CREATE FUNCTION 3.760 +CREATE FUNCTION 3.761 +CREATE FUNCTION 3.762 +CREATE FUNCTION 3.763 +CREATE FUNCTION 3.764 +CREATE FUNCTION 3.765 +CREATE FUNCTION 3.766 +CREATE FUNCTION 3.767 +CREATE FUNCTION 3.768 +CREATE FUNCTION 3.769 +CREATE FUNCTION 3.770 +CREATE FUNCTION 3.771 +CREATE FUNCTION 3.772 +CREATE FUNCTION 3.773 +CREATE FUNCTION 3.774 +CREATE FUNCTION 3.775 +CREATE FUNCTION 3.776 +CREATE FUNCTION 3.777 +CREATE FUNCTION 3.778 +CREATE FUNCTION 3.779 +CREATE FUNCTION 3.780 +CREATE FUNCTION 3.781 +CREATE FUNCTION 3.782 +CREATE FUNCTION 3.783 +CREATE FUNCTION 3.784 +CREATE FUNCTION 3.785 +CREATE FUNCTION 3.786 +CREATE FUNCTION 3.787 +CREATE FUNCTION 3.788 +CREATE FUNCTION 3.789 +CREATE FUNCTION 3.790 +CREATE FUNCTION 3.791 +CREATE FUNCTION 3.792 +CREATE FUNCTION 3.793 +CREATE FUNCTION 3.794 +CREATE FUNCTION 3.795 +CREATE FUNCTION 3.796 +CREATE FUNCTION 3.797 +CREATE FUNCTION 3.798 +CREATE FUNCTION 3.799 +CREATE FUNCTION 3.800 +CREATE FUNCTION 3.801 +CREATE FUNCTION 3.802 +CREATE FUNCTION 3.803 +CREATE FUNCTION 3.804 +CREATE FUNCTION 3.805 +CREATE FUNCTION 3.806 +CREATE FUNCTION 3.807 +CREATE FUNCTION 3.808 +CREATE FUNCTION 3.809 +CREATE FUNCTION 3.810 +CREATE FUNCTION 3.811 +CREATE FUNCTION 3.812 +CREATE FUNCTION 3.813 +CREATE AGGREGATE 3.814 +CREATE AGGREGATE 3.815 +CREATE AGGREGATE 3.816 +CREATE AGGREGATE 3.817 +CREATE AGGREGATE 3.818 +CREATE AGGREGATE 3.819 +CREATE AGGREGATE 3.820 +CREATE AGGREGATE 3.821 +CREATE AGGREGATE 3.822 +CREATE AGGREGATE 3.823 +CREATE AGGREGATE 3.824 +CREATE AGGREGATE 3.825 +CREATE AGGREGATE 3.826 +CREATE AGGREGATE 3.827 +CREATE AGGREGATE 3.828 +CREATE AGGREGATE 3.829 +CREATE AGGREGATE 3.830 +CREATE OPERATOR 3.831 +CREATE OPERATOR 3.832 +CREATE OPERATOR 3.833 +CREATE OPERATOR 3.834 +CREATE OPERATOR 3.835 +CREATE OPERATOR 3.836 +CREATE OPERATOR 3.837 +CREATE OPERATOR 3.838 +CREATE OPERATOR 3.839 +CREATE OPERATOR 3.840 +CREATE OPERATOR 3.841 +CREATE OPERATOR 3.842 +CREATE OPERATOR 3.843 +CREATE OPERATOR 3.844 +CREATE OPERATOR 3.845 +CREATE OPERATOR 3.846 +CREATE OPERATOR 3.847 +CREATE OPERATOR 3.848 +CREATE OPERATOR 3.849 +CREATE OPERATOR 3.850 +CREATE OPERATOR 3.851 +CREATE OPERATOR 3.852 +CREATE OPERATOR 3.853 +CREATE OPERATOR CLASS 3.854 +CREATE OPERATOR CLASS 3.855 +CREATE OPERATOR CLASS 3.856 +CREATE OPERATOR CLASS 3.857 +SET 3.858 +CREATE CAST 3.859 +CREATE CAST 3.860 +CREATE CAST 3.861 +CREATE CAST 3.862 +CREATE CAST 3.863 +CREATE CAST 3.864 +CREATE CAST 3.865 +CREATE CAST 3.866 +CREATE CAST 3.867 +CREATE CAST 3.868 +CREATE CAST 3.869 +CREATE CAST 3.870 +CREATE CAST 3.871 +CREATE CAST 3.872 +CREATE CAST 3.873 +CREATE CAST 3.874 +CREATE CAST 3.875 +CREATE CAST 3.876 +CREATE CAST 3.877 +SET 3.878 +SET 3.879 +SET 3.880 +ALTER TABLE 3.881 +ALTER TABLE 3.882 +ALTER TABLE 3.883 +CREATE TABLE 3.884 +ALTER TABLE 3.885 +CREATE TABLE 3.886 +ALTER TABLE 3.887 +ALTER TABLE 3.888 +CREATE VIEW 3.889 +SET 3.890 +CREATE TABLE 3.891 +SET 3.892 +CREATE TABLE 3.893 +ALTER TABLE 3.894 +CREATE TABLE 3.895 +ALTER TABLE 3.896 +CREATE TABLE 3.897 +ALTER TABLE 3.898 +CREATE TABLE 3.899 +ALTER TABLE 3.900 +CREATE TABLE 3.901 +ALTER TABLE 3.902 +CREATE TABLE 3.903 +ALTER TABLE 3.904 +ALTER TABLE 3.905 +CREATE TABLE 3.906 +ALTER TABLE 3.907 +CREATE TABLE 3.908 +ALTER TABLE 3.909 +CREATE TABLE 3.910 +ALTER TABLE 3.911 +CREATE TABLE 3.912 +ALTER TABLE 3.913 +CREATE TABLE 3.914 +ALTER TABLE 3.915 +CREATE TABLE 3.916 +ALTER TABLE 3.917 +CREATE TABLE 3.918 +ALTER TABLE 3.919 +CREATE TABLE 3.920 +ALTER TABLE 3.921 +CREATE TABLE 3.922 +ALTER TABLE 3.923 +CREATE TABLE 3.924 +ALTER TABLE 3.925 +CREATE TABLE 3.926 +ALTER TABLE 3.927 +CREATE TABLE 3.928 +ALTER TABLE 3.929 +CREATE TABLE 3.930 +ALTER TABLE 3.931 +CREATE TABLE 3.932 +ALTER TABLE 3.933 +ALTER TABLE 3.934 +ALTER TABLE 3.935 +ALTER TABLE 3.936 +ALTER TABLE 3.937 +ALTER TABLE 3.938 +CREATE TABLE 3.939 +ALTER TABLE 3.940 +CREATE TABLE 3.941 +ALTER TABLE 3.942 +CREATE TABLE 3.943 +ALTER TABLE 3.944 +CREATE TABLE 3.945 +CREATE TABLE 3.946 +ALTER TABLE 3.947 +CREATE TABLE 3.948 +ALTER TABLE 3.949 +CREATE TABLE 3.950 +ALTER TABLE 3.951 +ALTER TABLE