Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rInAD-00ASqm-II for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Dec 2023 09:58:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rIn9D-00EXx5-62 for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Dec 2023 09:57:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIn9C-00EXwi-Tj for pgadmin-hackers@lists.postgresql.org; Thu, 28 Dec 2023 09:57:50 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIn9A-00Ca7P-5N for pgadmin-hackers@lists.postgresql.org; Thu, 28 Dec 2023 09:57:49 +0000 Received: from github.com (hubbernetes-node-da2bfce.va3-iad.github.net [10.48.14.13]) by smtp.github.com (Postfix) with ESMTPA id 045728C0B38 for ; Thu, 28 Dec 2023 01:57:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703757467; bh=omEt0uAMH2gfW5OXN29P9plNBzgcw2WsNk+BDOvs3Hg=; h=Date:From:To:Subject:From; b=fl6RPXIGCx7RFao7Rvg7pumYa+BXDOgyH93maSzlCWZd9FuZ8hYI3EGV5ryZVpkDW 5L45Bx7H7nhfz5GF4CvnoBaQjl0zbfBh1TaRNTYn/6DT7pRdNhBcuu3r+DW/9nsO0H t9Q4KfgAO1mY98NbHwMcdN2a2uub5Y7j7UniRtt0= Date: Thu, 28 Dec 2023 01:57:47 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 01a118: Fixed an error-'amname' when generating ERD for da... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 01a118d495b88bc385972ce150449c2df3d88e17 https://github.com/pgadmin-org/pgadmin4/commit/01a118d495b88bc385972ce150449c2df3d88e17 Author: Aditya Toshniwal Date: 2023-12-28 (Thu, 28 Dec 2023) Changed paths: M docs/en_US/release_notes_8_2.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py Log Message: ----------- Fixed an error-'amname' when generating ERD for database containing parition tables. #7064