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
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