Em 09-08-2011 14:39, Marcos Oliveira escreveu: > > An error has ocourred: > > ERROR: cache lookup failed for attribute 1 of relation 167017 > > > O que retorna a consulta: > SELECT * from pg_attribute WHERE attrelid = 167017; > > > ERROR: cache lookup failed for type 0 > E o erro se repete com outros oids? A seguinte consulta retorna dados?
SELECT attname, atttypid FROM pg_attribute WHERE attrelid = 167017; -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
