Re: Using pg Admin to create backups and restore them

2018-07-03 Thread Łukasz Jarych
Thank you Adrian , Best, Jacek wt., 3 lip 2018 o 15:23 Adrian Klaver napisał(a): > On 07/03/2018 04:44 AM, Łukasz Jarych wrote: > > Hi Guys, > > > > it is possible to use pgadmin 4 to run pgdump from query tool? > > pg_dump is a client program in pgAdmin4 you can run it from here: > > https://

Re: Using pg Admin to create backups and restore them

2018-07-03 Thread Adrian Klaver
On 07/03/2018 04:44 AM, Łukasz Jarych wrote: Hi Guys, it is possible to use pgadmin 4 to run pgdump from query tool? pg_dump is a client program in pgAdmin4 you can run it from here: https://www.pgadmin.org/docs/pgadmin4/3.x/backup_and_restore.html It is very imporant to me because i am ru

Using pg Admin to create backups and restore them

2018-07-03 Thread Łukasz Jarych
Hi Guys, it is possible to use pgadmin 4 to run pgdump from query tool? It is very imporant to me because i am running queries from Access FE using ODBC connection. Please help, Jacek