[Pgsql-ayuda] og_pg733-powerbuilder.txt

Sandrigo Lezcano alkafes@yahoo.com
Tue, 1 Jul 2003 18:14:11 -0500 (CDT)


--0-1525276247-1057101251=:22371
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Content-Id: 
Content-Disposition: inline

(mm a pesar de ser totalmente contra 
de enviar archivos adjuntos...)

aqui va el log...
es exactamente lo que hace desde que se conecta 
hasta que le doy finalizar tarea.... por que
dice ('No reponde')






_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
--0-1525276247-1057101251=:22371
Content-Type: text/plain; name="log_pg733-powerbuilder.txt"
Content-Description: log_pg733-powerbuilder.txt
Content-Disposition: inline; filename="log_pg733-powerbuilder.txt"

Jul  1 18:50:25 localhost postgres[3013]: [1] LOG:  connection received: host=10.0.8.37 port=1584
Jul  1 18:50:25 localhost postgres[3013]: [2] LOG:  connection authorized: user=postgres database=rrhh
Jul  1 18:50:25 localhost postgres[3013]: [3] LOG:  query: select version()
Jul  1 18:50:25 localhost postgres[3013]: [4] LOG:  duration: 0.001844 sec
Jul  1 18:50:25 localhost postgres[3013]: [5] LOG:  query: set DateStyle to 'ISO'
Jul  1 18:50:25 localhost postgres[3013]: [6] LOG:  duration: 0.000257 sec
Jul  1 18:50:25 localhost postgres[3013]: [7] LOG:  query: set geqo to 'OFF'
Jul  1 18:50:25 localhost postgres[3013]: [8] LOG:  duration: 0.000130 sec
Jul  1 18:50:25 localhost postgres[3013]: [9] LOG:  query: select oid from pg_type where typname='lo'
Jul  1 18:50:25 localhost postgres[3013]: [10] LOG:  duration: 0.004678 sec
Jul  1 18:50:25 localhost postgres[3013]: [11] LOG:  query: select pg_client_encoding()
Jul  1 18:50:25 localhost postgres[3013]: [12] LOG:  duration: 0.000872 sec
Jul  1 18:50:25 localhost postgres[3013]: [13-1] LOG:  query: select relname, nspname, relkind from pg_class, pg_namespace where relkind in ('r', 'v') and nspname like
Jul  1 18:50:25 localhost postgres[3013]: [13-2]  'postgres' and relname like 'pbcattbl' and relname !~ '^pg_|^dd_' and pg_namespace.oid = relnamespace order by nspname, relname
Jul  1 18:50:25 localhost postgres[3013]: [14] LOG:  duration: 0.006232 sec
Jul  1 18:50:25 localhost postgres[3013]: [15-1] LOG:  query: select relname, nspname, relkind from pg_class, pg_namespace where relkind in ('r', 'v') and nspname like
Jul  1 18:50:25 localhost postgres[3013]: [15-2]  'postgres' and relname like 'PBCATTBL' and relname !~ '^pg_|^dd_' and pg_namespace.oid = relnamespace order by nspname, relname
Jul  1 18:50:25 localhost postgres[3013]: [16] LOG:  duration: 0.002744 sec
Jul  1 18:50:25 localhost postgres[3013]: [17-1] LOG:  query: CREATE TABLE postgres.pbcattbl (pbt_tnam char(65) NOT NULL,pbt_tid int4 ,pbt_ownr char(65) NOT NULL,pbd_fhgt int2
Jul  1 18:50:25 localhost postgres[3013]: [17-2]  ,pbd_fwgt int2 ,pbd_fitl char(1) ,pbd_funl char(1) ,pbd_fchr int2 ,pbd_fptc int2 ,pbd_ffce char(18) ,pbh_fhgt int2 ,pbh_fwgt
Jul  1 18:50:25 localhost postgres[3013]: [17-3]  int2 ,pbh_fitl char(1) ,pbh_funl char(1) ,pbh_fchr int2 ,pbh_fptc int2 ,pbh_ffce char(18) ,pbl_fhgt int2 ,pbl_fwgt int2
Jul  1 18:50:25 localhost postgres[3013]: [17-4]  ,pbl_fitl char(1) ,pbl_funl char(1) ,pbl_fchr int2 ,pbl_fptc int2 ,pbl_ffce char(18) ,pbt_cmnt varchar(254) )
Jul  1 18:50:25 localhost postgres[3013]: [18] ERROR:  Namespace "postgres" does not exist
Jul  1 18:50:36 localhost postgres[3013]: [19-1] LOG:  query: select relname, nspname, relkind from pg_class, pg_namespace where relkind in ('r', 'v') and relname !~ '^pg_|^dd_'
Jul  1 18:50:36 localhost postgres[3013]: [19-2]  and pg_namespace.oid = relnamespace order by nspname, relname
Jul  1 18:50:36 localhost postgres[3013]: [20] LOG:  duration: 0.004922 sec
Jul  1 18:50:39 localhost postgres[3013]: [21-1] LOG:  query: select u.nspname, c.relname, a.attname, a.atttypid, t.typname, a.attnum, a.attlen, a.atttypmod, a.attnotnull,
Jul  1 18:50:39 localhost postgres[3013]: [21-2]  c.relhasrules from pg_namespace u, pg_class c, pg_attribute a, pg_type t where u.oid = c.relnamespace and c.oid= a.attrelid and
Jul  1 18:50:39 localhost postgres[3013]: [21-3]  a.atttypid = t.oid and (a.attnum > 0) and c.relname like 'descuentos\\_diferidos\\_tipos' and u.nspname like 'public' order by
Jul  1 18:50:39 localhost postgres[3013]: [21-4]  u.nspname, c.relname, attnum
Jul  1 18:50:39 localhost postgres[3013]: [22] LOG:  duration: 0.031145 sec
Jul  1 18:50:39 localhost postgres[3013]: [23-1] LOG:  query: select u.nspname, c.relname, a.attname, a.atttypid, t.typname, a.attnum, a.attlen, a.atttypmod, a.attnotnull,
Jul  1 18:50:39 localhost postgres[3013]: [23-2]  c.relhasrules from pg_namespace u, pg_class c, pg_attribute a, pg_type t where u.oid = c.relnamespace and c.oid= a.attrelid and
Jul  1 18:50:39 localhost postgres[3013]: [23-3]  a.atttypid = t.oid and (a.attnum > 0) and c.relname = 'descuentos_diferidos_tipos' and u.nspname = 'public' order by u.nspname,
Jul  1 18:50:39 localhost postgres[3013]: [23-4]  c.relname, attnum
Jul  1 18:50:39 localhost postgres[3013]: [24] LOG:  duration: 0.002866 sec
Jul  1 18:50:39 localhost postgres[3013]: [25-1] LOG:  query: select c.relname, i.indkey, i.indisunique, i.indisclustered, a.amname, c.relhasrules, n.nspname from pg_index i,
Jul  1 18:50:39 localhost postgres[3013]: [25-2]  pg_class c, pg_class d, pg_am a, pg_namespace n where d.relname = 'descuentos_diferidos_tipos' and n.nspname = 'public' and
Jul  1 18:50:39 localhost postgres[3013]: [25-3]  n.oid = d.relnamespace and d.oid = i.indrelid and i.indexrelid = c.oid and c.relam = a.oid order by i.indisprimary desc,
Jul  1 18:50:39 localhost postgres[3013]: [25-4]  i.indisunique, n.nspname, c.relname
Jul  1 18:50:39 localhost postgres[3013]: [26] LOG:  duration: 0.009897 sec
Jul  1 18:50:39 localhost postgres[3013]: [27-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:39 localhost postgres[3013]: [27-2]  c.relname = 'descuentos_diferidos_tipos' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND
Jul  1 18:50:39 localhost postgres[3013]: [27-3]  i.indisprimary = 't' AND ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by
Jul  1 18:50:39 localhost postgres[3013]: [27-4]  ia.attnum
Jul  1 18:50:39 localhost postgres[3013]: [28] LOG:  duration: 0.458624 sec
Jul  1 18:50:39 localhost postgres[3013]: [29-1] LOG:  query: SELECT^Ipt.tgargs, ^I^Ipt.tgnargs, ^I^Ipt.tgdeferrable, ^I^Ipt.tginitdeferred, ^I^Ipp1.proname, ^I^Ipp2.proname, ^I^Ipc.oid, ^I
Jul  1 18:50:39 localhost postgres[3013]: [29-2] ^Ipc1.oid, ^I^Ipc1.relname, ^I^Ipn.nspname FROM^Ipg_class pc, ^I^Ipg_proc pp1, ^I^Ipg_proc pp2, ^I^Ipg_trigger pt1, ^I^Ipg_trigger pt2, ^I
Jul  1 18:50:39 localhost postgres[3013]: [29-3] ^Ipg_proc pp, ^I^Ipg_trigger pt, ^I^Ipg_class pc1, ^I^Ipg_namespace pn WHERE^Ipt.tgrelid = pc.oid AND pp.oid = pt.tgfoid AND
Jul  1 18:50:39 localhost postgres[3013]: [29-4]  pt1.tgconstrrelid = pc.oid AND pp1.oid = pt1.tgfoid AND pt2.tgfoid = pp2.oid AND pt2.tgconstrrelid = pc.oid AND
Jul  1 18:50:39 localhost postgres[3013]: [29-5]  ((pc.relname='descuentos_diferidos_tipos') AND (pg_namespace.oid = pc.relnamespace) AND (pg_namespace.nspname = 'public') AND
Jul  1 18:50:39 localhost postgres[3013]: [29-6]  (pp.proname LIKE '%ins') AND (pp1.proname LIKE '%upd') AND (pp2.proname LIKE '%del') AND (pt1.tgrelid=pt.tgconstrrelid) AND
Jul  1 18:50:39 localhost postgres[3013]: [29-7]  (pt1.tgconstrname=pt.tgconstrname) AND (pt2.tgrelid=pt.tgconstrrelid) AND (pt2.tgconstrname=pt.tgconstrname) AND
Jul  1 18:50:39 localhost postgres[3013]: [29-8]  (pt.tgconstrrelid=pc1.oid) AND (pc1.relnamespace=pn.oid))
Jul  1 18:50:39 localhost postgres[3013]: [30] NOTICE:  Adding missing FROM-clause entry for table "pg_namespace"
Jul  1 18:50:40 localhost postgres[3013]: [31] LOG:  duration: 0.355256 sec
Jul  1 18:50:40 localhost postgres[3013]: [32-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [32-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [32-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [33] LOG:  duration: 0.182764 sec
Jul  1 18:50:40 localhost postgres[3013]: [34-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [34-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [34-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [35] LOG:  duration: 0.012044 sec
Jul  1 18:50:40 localhost postgres[3013]: [36-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [36-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [36-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [37] LOG:  duration: 0.012118 sec
Jul  1 18:50:40 localhost postgres[3013]: [38-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [38-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [38-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [39] LOG:  duration: 0.012406 sec
Jul  1 18:50:40 localhost postgres[3013]: [40-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [40-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [40-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [41] LOG:  duration: 0.012468 sec
Jul  1 18:50:40 localhost postgres[3013]: [42-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [42-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [42-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [43] LOG:  duration: 0.012944 sec
Jul  1 18:50:40 localhost postgres[3013]: [44-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [44-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [44-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [45] LOG:  duration: 0.012663 sec
Jul  1 18:50:40 localhost postgres[3013]: [46-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [46-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [46-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [47] LOG:  duration: 0.012823 sec
Jul  1 18:50:40 localhost postgres[3013]: [48-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [48-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [48-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [49] LOG:  duration: 0.013138 sec
Jul  1 18:50:40 localhost postgres[3013]: [50-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [50-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [50-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [51] LOG:  duration: 0.013964 sec
Jul  1 18:50:40 localhost postgres[3013]: [52-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [52-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [52-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [53] LOG:  duration: 0.019406 sec
Jul  1 18:50:40 localhost postgres[3013]: [54-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [54-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [54-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [55] LOG:  duration: 0.056244 sec
Jul  1 18:50:40 localhost postgres[3013]: [56-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [56-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [56-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [57] LOG:  duration: 0.044372 sec
Jul  1 18:50:40 localhost postgres[3013]: [58-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [58-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [58-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [59] LOG:  duration: 0.046146 sec
Jul  1 18:50:40 localhost postgres[3013]: [60-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [60-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [60-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [61] LOG:  duration: 0.043669 sec
Jul  1 18:50:40 localhost postgres[3013]: [62-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [62-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [62-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [63] LOG:  duration: 0.044427 sec
Jul  1 18:50:40 localhost postgres[3013]: [64-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [64-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [64-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [65] LOG:  duration: 0.044407 sec
Jul  1 18:50:40 localhost postgres[3013]: [66-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [66-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [66-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [67] LOG:  duration: 0.043940 sec
Jul  1 18:50:40 localhost postgres[3013]: [68-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [68-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [68-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [69] LOG:  duration: 0.044894 sec
Jul  1 18:50:40 localhost postgres[3013]: [70-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [70-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [70-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [71] LOG:  duration: 0.045488 sec
Jul  1 18:50:40 localhost postgres[3013]: [72-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [72-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [72-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [73] LOG:  duration: 0.043932 sec
Jul  1 18:50:40 localhost postgres[3013]: [74-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [74-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [74-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [75] LOG:  duration: 0.044612 sec
Jul  1 18:50:40 localhost postgres[3013]: [76-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [76-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [76-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [77] LOG:  duration: 0.044020 sec
Jul  1 18:50:40 localhost postgres[3013]: [78-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [78-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:40 localhost postgres[3013]: [78-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:40 localhost postgres[3013]: [79] LOG:  duration: 0.043867 sec
Jul  1 18:50:40 localhost postgres[3013]: [80-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:40 localhost postgres[3013]: [80-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [80-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [81] LOG:  duration: 0.045768 sec
Jul  1 18:50:41 localhost postgres[3013]: [82-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [82-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [82-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [83] LOG:  duration: 0.057365 sec
Jul  1 18:50:41 localhost postgres[3013]: [84-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [84-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [84-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [85] LOG:  duration: 0.044420 sec
Jul  1 18:50:41 localhost postgres[3013]: [86-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [86-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [86-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [87] LOG:  duration: 0.043603 sec
Jul  1 18:50:41 localhost postgres[3013]: [88-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [88-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [88-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [89] LOG:  duration: 0.044243 sec
Jul  1 18:50:41 localhost postgres[3013]: [90-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [90-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [90-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [91] LOG:  duration: 0.044398 sec
Jul  1 18:50:41 localhost postgres[3013]: [92-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [92-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [92-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [93] LOG:  duration: 0.045046 sec
Jul  1 18:50:41 localhost postgres[3013]: [94-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [94-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [94-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [95] LOG:  duration: 0.033891 sec
Jul  1 18:50:41 localhost postgres[3013]: [96-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [96-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [96-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [97] LOG:  duration: 0.059310 sec
Jul  1 18:50:41 localhost postgres[3013]: [98-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [98-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [98-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [99] LOG:  duration: 0.044275 sec
Jul  1 18:50:41 localhost postgres[3013]: [100-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [100-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [100-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [101] LOG:  duration: 0.044034 sec
Jul  1 18:50:41 localhost postgres[3013]: [102-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [102-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [102-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [103] LOG:  duration: 0.046048 sec
Jul  1 18:50:41 localhost postgres[3013]: [104-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [104-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [104-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [105] LOG:  duration: 0.044184 sec
Jul  1 18:50:41 localhost postgres[3013]: [106-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [106-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [106-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [107] LOG:  duration: 0.043951 sec
Jul  1 18:50:41 localhost postgres[3013]: [108-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [108-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [108-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [109] LOG:  duration: 0.043922 sec
Jul  1 18:50:41 localhost postgres[3013]: [110-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [110-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [110-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [111] LOG:  duration: 0.045913 sec
Jul  1 18:50:41 localhost postgres[3013]: [112-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [112-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [112-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [113] LOG:  duration: 0.045136 sec
Jul  1 18:50:41 localhost postgres[3013]: [114-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [114-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [114-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [115] LOG:  duration: 0.044096 sec
Jul  1 18:50:41 localhost postgres[3013]: [116-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [116-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [116-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [117] LOG:  duration: 0.043848 sec
Jul  1 18:50:41 localhost postgres[3013]: [118-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [118-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [118-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:41 localhost postgres[3013]: [119] LOG:  duration: 0.043978 sec
Jul  1 18:50:41 localhost postgres[3013]: [120-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:41 localhost postgres[3013]: [120-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:41 localhost postgres[3013]: [120-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [121] LOG:  duration: 0.044617 sec
Jul  1 18:50:42 localhost postgres[3013]: [122-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [122-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [122-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [123] LOG:  duration: 0.052162 sec
Jul  1 18:50:42 localhost postgres[3013]: [124-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [124-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [124-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [125] LOG:  duration: 0.048386 sec
Jul  1 18:50:42 localhost postgres[3013]: [126-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [126-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [126-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [127] LOG:  duration: 0.044399 sec
Jul  1 18:50:42 localhost postgres[3013]: [128-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [128-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [128-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [129] LOG:  duration: 0.044439 sec
Jul  1 18:50:42 localhost postgres[3013]: [130-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [130-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [130-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [131] LOG:  duration: 0.045206 sec
Jul  1 18:50:42 localhost postgres[3013]: [132-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [132-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [132-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [133] LOG:  duration: 0.044054 sec
Jul  1 18:50:42 localhost postgres[3013]: [134-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [134-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [134-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [135] LOG:  duration: 0.024800 sec
Jul  1 18:50:42 localhost postgres[3013]: [136-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [136-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [136-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [137] LOG:  duration: 0.043623 sec
Jul  1 18:50:42 localhost postgres[3013]: [138-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [138-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [138-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [139] LOG:  duration: 0.045106 sec
Jul  1 18:50:42 localhost postgres[3013]: [140-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [140-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [140-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [141] LOG:  duration: 0.044135 sec
Jul  1 18:50:42 localhost postgres[3013]: [142-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [142-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [142-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:42 localhost postgres[3013]: [143] LOG:  duration: 0.044223 sec
Jul  1 18:50:42 localhost postgres[3013]: [144-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:42 localhost postgres[3013]: [144-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:42 localhost postgres[3013]: [144-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:43 localhost postgres[3013]: [145] LOG:  duration: 1.118369 sec
Jul  1 18:50:43 localhost postgres[3013]: [146-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:43 localhost postgres[3013]: [146-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:43 localhost postgres[3013]: [146-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:43 localhost postgres[3013]: [147] LOG:  duration: 0.058140 sec
Jul  1 18:50:43 localhost postgres[3013]: [148-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:43 localhost postgres[3013]: [148-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:43 localhost postgres[3013]: [148-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:43 localhost postgres[3013]: [149] LOG:  duration: 0.063086 sec
Jul  1 18:50:43 localhost postgres[3013]: [150-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:43 localhost postgres[3013]: [150-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:43 localhost postgres[3013]: [150-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:43 localhost postgres[3013]: [151] LOG:  duration: 0.066982 sec
Jul  1 18:50:43 localhost postgres[3013]: [152-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:43 localhost postgres[3013]: [152-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:43 localhost postgres[3013]: [152-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:43 localhost postgres[3013]: [153] LOG:  duration: 0.034340 sec
Jul  1 18:50:43 localhost postgres[3013]: [154-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:43 localhost postgres[3013]: [154-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:43 localhost postgres[3013]: [154-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:44 localhost postgres[3013]: [155] LOG:  duration: 0.069531 sec
Jul  1 18:50:44 localhost postgres[3013]: [156-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:44 localhost postgres[3013]: [156-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:44 localhost postgres[3013]: [156-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:44 localhost postgres[3013]: [157] LOG:  duration: 0.109797 sec
Jul  1 18:50:44 localhost postgres[3013]: [158-1] LOG:  query: select ta.attname, ia.attnum from pg_attribute ta, pg_attribute ia, pg_class c, pg_index i, pg_namespace n where
Jul  1 18:50:44 localhost postgres[3013]: [158-2]  c.relname = 'novedades' AND n.nspname = 'public' AND c.oid = i.indrelid AND n.oid = c.relnamespace AND i.indisprimary = 't' AND
Jul  1 18:50:44 localhost postgres[3013]: [158-3]  ia.attrelid = i.indexrelid AND ta.attrelid = i.indrelid AND ta.attnum = i.indkey[ia.attnum-1] order by ia.attnum
Jul  1 18:50:44 localhost postgres[3013]: [159] LOG:  duration: 0.054699 sec
Jul  1 18:51:07 localhost postgres[3013]: [160] LOG:  pq_recvbuf: recv() fallida: Conexión reinicializada por la máquina remota

--0-1525276247-1057101251=:22371--