Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b1zRt-0003n8-I8 for pgadmin-hackers@arkaria.postgresql.org; Sun, 15 May 2016 17:03:25 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b1zRt-0000B2-4e for pgadmin-hackers@arkaria.postgresql.org; Sun, 15 May 2016 17:03:25 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1b1zRs-0000Av-H8 for pgadmin-hackers@postgresql.org; Sun, 15 May 2016 17:03:24 +0000 Received: from mail-ig0-x22e.google.com ([2607:f8b0:4001:c05::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1b1zRp-0006Vn-8g for pgadmin-hackers@postgresql.org; Sun, 15 May 2016 17:03:23 +0000 Received: by mail-ig0-x22e.google.com with SMTP id bi2so41917176igb.0 for ; Sun, 15 May 2016 10:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bpVsalOPF5RnJ1U55vDKVv+DBJndVZ4GvZ9O6aK4DzA=; b=dCiDPlykpQVSqG8iDMMwT6wJeJRHf9sYSr+/bHC2Cw6cpetrdD+1ONZC1Di3wITbcy ADpdvo6Z+eFgomsXu8eH/mptNj+gSboGVg8aLq5NYhQusxwCkn71j/qSVtk85eItTdwt GHav99jgbsmoahIE+YLtF90K+WRYHG8vRrv3LIFJWUq2c9leGoy2igrFNPT6iChKxoZ+ BE9Rgrl0l6Z/ystVr813oGB7b5jmHO1GFxzx//KPizokcgyB95EyFtGO1PyoJMG5LgIj jT8CPE2FnRQ1Vy8k+aB0okDdq058Pdy3wOg8Mn0yF5QRQGgauO0VpsUPjS3jLw4jitmu pJjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bpVsalOPF5RnJ1U55vDKVv+DBJndVZ4GvZ9O6aK4DzA=; b=U03fCuUBLJopPgn6dN84ToMRiuQhv6hsk6PT0E7m+M0TjhR7H2suJxDRUTY2N7YraF nVr5UI6AFcdkG+gM8aKDpNVwzXr3vuUX7lLD0Ed0o175nMbHBsURrOFNcAsavGpzDaJo CXVHDL5B5qkVkGXOEq5fUODybQtOeYFxHYlw43oh0Mvkx3vqzz2EQvfVA8EWVlWVr7Xt FDcfOYZsaPko0cpTgjX+ZzYM+9GijHMcHi1C/dSMDsIP0dFba8jfx4NvSJ4n+OO7d7Kh t+HaHcC7HTw3Rz02pf9yVLMIS/DL3zg/rRge6vIcYua54HcD7qAoEvLuHNxlRy4YWeT9 +kcA== X-Gm-Message-State: AOPr4FXhvCDL0kA2Azlf7pohy2cKbaFjsVCSfGf3kupkKc2OSDCYlBCOavVDX8p8wI5HpSKHq1iAgPGsEAAwPMvY X-Received: by 10.50.228.175 with SMTP id sj15mr8454702igc.35.1463331800210; Sun, 15 May 2016 10:03:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.31.209 with HTTP; Sun, 15 May 2016 10:03:00 -0700 (PDT) In-Reply-To: References: From: Ashesh Vashi Date: Sun, 15 May 2016 22:33:00 +0530 Message-ID: Subject: Re: PATCH: Initiale for "Restore Utility" [pgAdmin4] To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=f46d04289c7724007b0532e47cad X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --f46d04289c7724007b0532e47cad Content-Type: text/plain; charset=UTF-8 Thanks - committed after integrating it with background process executor, and observer. Added loading, and selection of the objects within the backup file in the TODO list. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Fri, May 6, 2016 at 8:00 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA updated patch, I have fixed typo in argument template. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Fri, May 6, 2016 at 6:56 PM, Murtuza Zabuawala < > murtuza.zabuawala@enterprisedb.com> wrote: > >> Hi, >> >> PFA initial patch for restore utility. >> >> *Note:* This patch depends on File manager patch. >> >> >> -- >> Regards, >> Murtuza Zabuawala >> EnterpriseDB: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --f46d04289c7724007b0532e47cad Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Thanks - committed after integrating it wit= h background process executor, and observer.

Added loadi= ng, and selection of the objects within the backup file in the TODO list.= =C2=A0

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Fri, May 6, 2016 at 8:00 PM, Murtuza Zabu= awala <murtuza.zabuawala@enterprisedb.com> = wrote:
Hi,

PFA updated patch, I have fixed typo in argument template.

<= div>
--
Regards,
Murtuza Zabuawala
<= span style=3D"color:rgb(136,136,136)">EnterpriseDB:=C2=A0http://www.enterprisedb.com
The Enterprise Postg= reSQL Company


On Fri, May 6,= 2016 at 6:56 PM, Murtuza Zabuawala <murtuza.zabuawala@en= terprisedb.com> wrote:
Hi,

PFA initial patch for restore utility.<= /div>

Note: This patch depends on File manager pa= tch.


--
Regards,
Murtuza Zabuaw= ala
EnterpriseDB:=C2=A0http= ://www.enterprisedb.com
The Enterprise PostgreSQL Company
=



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--f46d04289c7724007b0532e47cad--