Feature request: pgdump and version number / -i option

Поиск
Список
Период
Сортировка
От Laurent ROCHE
Тема Feature request: pgdump and version number / -i option
Дата
Msg-id 156194.76387.qm@web34401.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: Feature request: pgdump and version number / -i option  ("Dave Page" <dpage@pgadmin.org>)
Список pgadmin-support
Hi,

I am running pgAdmin III 8.1.4 on WinXP on a PG server 8.3.3.

I am trying to backup a single table. When doing right-click on the table and "backup" command, it will fail because pgdump considers there's a mismatch between the server version (8.3.3) and the pgdump version (8.3) version.
I get the following message:
C:\Program Files\pgAdmin III\1.8\pg_dump.exe -h my_server -p 5432 -U postgres -F p -v -f "C:\Projects\table.sql" -t "\"public\".\"my_table\"" my_db
pg_dump: server version: 8.3.3; pg_dump version: 8.3.0
pg_dump: aborting because of version mismatch  (Use the -i option to proceed anyway.)
pg_dump: *** aborted because of error

I realise this is because pgdump is a bit too specific about the version number: for now, the solution is to run the command from the command line with the extra option -i.

But in a future version, could we have an extra option in the backup popup to use the -i option ?

 
Cheers,
L@u
The Computing Froggy


В списке pgadmin-support по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Re : Re : Dependence between jobs
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Feature request: pgdump and version number / -i option