From: | manuel antonio ochoa <manuel8aalfaro(at)gmail(dot)com> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Problems Pgdump |
Date: | 2011-05-24 19:26:17 |
Message-ID: | BANLkTinUmWSLhgKaf_oYGQ_GGZ8_ofRFDA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
sorry I cound finish my problem.
I trying to get the next one :
pg_dump -h 192.170.1.3 -U User --format custom --inserts --verbose --file
\"/root/Desktop/$name .backup\" --table "$ESQUEMA.$Nametable" DB"
my Name table is detalle_Inegra , and the problem is that it table alwals
sent me a message like i COULD NOT FIND THE NAME OF TABLE but the table
exist and
I use the logic for other tables and works fine .
What could be the problem?
thnks
2011/5/24 manuel antonio ochoa <manuel8aalfaro(at)gmail(dot)com>
> I trying to get the next one :
>
> pg_dump -h 192.170.1.3 -U User --format custom --inserts --verbose --file
> \"/root/Desktop/$name .backup\" --table "$ESQUEMA.$Nametable" DB"
>
> my Name table is detalle_Inegra , and the problem is that it table alwals
> sent me a message like i COULD NOT FIND THE NAME OF TABLE
>
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-05-24 19:49:06 | Re: Performance of NOT IN and <> with PG 9.0.4 |
Previous Message | manuel antonio ochoa | 2011-05-24 19:22:52 | Problems Pgdump |