Re: [GENERAL] pg_dump:cannot find function for trigger

2000-11-24 Thread Claudio Jose Zanardi Grillo
Hi : I was using the wrong version(6.5.2) of pg_dump,that was in my PATH !!! With the correct version(7.0.2) the dump was OK !! Thanks !! Claudio Grillo Quoting Tom Lane <[EMAIL PROTECTED]>: > Claudio Grillo <[EMAIL PROTECTED]> writes: > > getTables(): relation 'tb_bomb

[GENERAL] pg_dump:cannot find function for trigger

2000-11-23 Thread Claudio Grillo
Hello: After creating the tables tb_bombas and tb_abastecimentos as follows \connect f drop table tb_bombas; CREATE TABLE "tb_bombas" ( "id_bomba" int2 PRIMARY KEY, "tipo_bomba" char, "estado_bomba" int2, "data_atualizacao" datetime); CREATE TABLE "tb_abastecimen