Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ghWj1-0006rR-BR for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Jan 2019 09:34:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ghWj0-0002Eu-1n for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Jan 2019 09:34:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ghWiz-0002Ef-KC for pgadmin-hackers@lists.postgresql.org; Thu, 10 Jan 2019 09:34:05 +0000 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ghWiu-00021Y-Pg for pgadmin-hackers@postgresql.org; Thu, 10 Jan 2019 09:34:04 +0000 Received: by mail-wm1-x341.google.com with SMTP id m22so11310158wml.3 for ; Thu, 10 Jan 2019 01:34:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EP/tqbTcn7hgObII70yYJdQb9iB9FgzgtBiPXn+j+28=; b=MJrrNvgw0FYAf900ux6VWU15Or1JNtiw8JWs1QOg1wf/nVjqe8O0NsioseVrDNsveU WCPE0RQLYbDMuJQ3967DNyeNDNeZk/VH9hZ0bWcvD/OydfcJabwLE7WN5d0XJpebEOZF wPJQusSTa/ta7oWfJZAZPzADOxye6wFJss236H+yIYIsRJBeFwxA59FpbjkCL9Zct2Ko A+OTyy4CbZbQpMch5M2zVuyB7ElEtyPack+kBodwb+8s7puytzWz2KwXzCUjqqFPARrN F1dpMZg6+lH1O49/Czi2phUVVdEO88i1ZSKheWxKEm3HeE/wH/BpHnHo6asmcP5o0uUT ghyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EP/tqbTcn7hgObII70yYJdQb9iB9FgzgtBiPXn+j+28=; b=hFXFC/n07SZ4GiimT8Hr2iWfPys24NWALxPwSfypQJ/vRWFCAqXv1OY7gAyDsW3fih lJBfEibacubzfiPcQxb3Z5/DFi2fIVr4rbbOr8v+O1mFJGWc1uywHvU6+4nOqLSlJO4k ZaUSxtBqxt/Un5I1zj4Mwfrw+waE4W7oZ8RooVgyTGgZxzTM6liwqT7R6nU/SlnAY/E7 SpUPse6i5pr+g7StL8Xj6xKKNltyAcIbJRGxY4kVY2RFZ1UO0e0PBFqMgX43ac5Wus6H amCOunaaBMOPvJI/R0KC6uFBFoGAErzGMvBO3KPr3P6bAfYNb+nugRzjCzmrNoZIeLJd juuA== X-Gm-Message-State: AJcUukc9E9zGrEDqk7yJMQtW8GWOrdcxn86WEUrI2TMXL7vw5mRCpZUz Z6wn0J5l+94hl6hdOYhFmFN21I66byefR9y/u/+CdQ== X-Google-Smtp-Source: ALg8bN7S+H+vvbx+VmNptbRdgZHKB5Fvh6/nNr2sm/9WEzOBlpvOqV7NP7gD1gmte1fFUZR/hrdhfbigWPK8iatPV3Q= X-Received: by 2002:a1c:7719:: with SMTP id t25mr9702809wmi.7.1547112839115; Thu, 10 Jan 2019 01:33:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 10 Jan 2019 15:03:47 +0530 Message-ID: Subject: Re: [pgAdmin4][patch] Fixes Backup Restore Dialog Postgres help To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Thanks - applied. On Thu, Jan 10, 2019 at 12:35 PM Aditya Toshniwal wrote: > > Hi Hackers, > > Attached is the patch to fix jasmine test cases failures. > Kindly review. > > On Thu, Jan 10, 2019 at 11:21 AM Dave Page wrote: >> >> Thanks, applied. >> >> On Wed, Jan 9, 2019 at 6:31 PM Aditya Toshniwal >> wrote: >> > >> > Hi Hackers, >> > >> > Attached is a tiny patch to fix the Postgres help for backup and restore dialog. >> > >> > -- >> > Thanks and Regards, >> > Aditya Toshniwal >> > Software Engineer | EnterpriseDB Software Solutions | Pune >> > "Don't Complain about Heat, Plant a tree" >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company