Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1msOCz-0007sh-3R for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Dec 2021 11:55:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1msOCx-0000sh-Vr for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Dec 2021 11:55:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1msOCx-0000sX-D4 for pgadmin-hackers@lists.postgresql.org; Wed, 01 Dec 2021 11:55:31 +0000 Received: from mail-il1-x12c.google.com ([2607:f8b0:4864:20::12c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1msOCu-0000nf-J7 for pgadmin-hackers@postgresql.org; Wed, 01 Dec 2021 11:55:30 +0000 Received: by mail-il1-x12c.google.com with SMTP id a11so24610371ilj.6 for ; Wed, 01 Dec 2021 03:55:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rt31p8CdSwFPREtBvYUReYyYMH9PToopwO03LF2hU80=; b=YASM0MF8xsUxIWu9/iSkTrM91aHFzWB0pABb5GyZEi+n6Dm7OEzcwOU5+IwwqpFBMe hHqWiD/VI+HELDJPYLMHWH01Z67zfc+J78XCFQ3/ntH+Hx+Pj57Zv/ejXTXuQOW552Su KmtDI3wKDAB22+TY4JnuFdwAsiVJmlnKwMnSH4tS0KZ0hWrWWWQm0j7J9yqoOstKbEXW of90cNnyiVy+XfXk245YJjeTkRecRdeMIqPmsuhrR9Ikp48vTwkLuCY2P8QPFcHV4Rgd pI7SlNPGxZn1W0kHWmO4aUXm7FcnViLfr0M9xq/qZzQBjPaaQ4N61CGAuepvwL0+/3wU KBzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rt31p8CdSwFPREtBvYUReYyYMH9PToopwO03LF2hU80=; b=TCNcnSSIN9mGSkDS1vzfUR0yuVFTtenMjncOyoPRqWT/4mGu7TctxmzzwvAkyXK9zM AVWKDfYm641Lvl+BcOxZAcuNuQ0RUqJUBoJn+kDttZoyrQP7naZRu/aHiJ92OXNV71LU P2vuhkhFkNC7hsc3QUeT5OgRhFAweE04JlaQMQaVM+zQ2WMy5ijWOwgqdMDOGcbMCW3x tfeKtRkGPeVOsUQUMvA03dfoxQJvbbj+HVK/rY6FLdkvq7QDSDIlkJJ76jf0btAzFKCa gjeV4uTUXVk85cbl1ty/ivX/izaCaOMkKhn0XeRVkRtB9qTgwsMYxsQytZQaJmQ7sIHA hHCA== X-Gm-Message-State: AOAM531l1pLANm2OW9rZ4pZ5555J8cU1sAcZbl/Bkws0ocV8MApAYlJV yO5bvWHWSRa8rwr+DfBSY8OllkMstRuThUMufj7Sxpryks0UXXCA2kGubKWCqiDL1E9WkZ6d9Pz 3/hpMwkALmmE/U3qCIOzTrjdP068eyq/IK6Yn9cTfQrfRr6RG1X334EtPHE3lSUd48eXzHfqFdu YzMQomrGZkU1qqF5mdLia5fR8qFTS29r0tYodHFQdMaDnz2I7BPi+jtNh3EZq4Djk= X-Google-Smtp-Source: ABdhPJyVhd6SsPpTXRM/EJtKt8WQDPW7hHRCq2l4odJNrCtHlcuI7oN92zWmiPMY8itXAOeLjJ2dnV1fmzxPto2Ct1U= X-Received: by 2002:a92:cc88:: with SMTP id x8mr7541282ilo.178.1638359727791; Wed, 01 Dec 2021 03:55:27 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 1 Dec 2021 17:25:17 +0530 Message-ID: Subject: Re: [pgAdmin][RM7031]: Database definition wrong To: Pradip Parkale Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000096f4c705d21459b4" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000096f4c705d21459b4 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Wed, Dec 1, 2021 at 4:23 PM Pradip Parkale < pradip.parkale@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached for #7031 Database definition wrong. > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | EnterpriseDB Corporation > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --00000000000096f4c705d21459b4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Wed, Dec 1, 2021 at 4:23 PM P= radip Parkale <pradip= .parkale@enterprisedb.com> wrote:
Hi Hackers,

Pl= ease find the attached for #7031 Database definition wrong.

--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--00000000000096f4c705d21459b4--