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 1r66pd-00HDND-SV for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:21:13 +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 1r66pc-00HIZA-7c for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:21:12 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66pb-00HIYg-Vv for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:21:11 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66pZ-0080in-4e for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:21:11 +0000 Received: from github.com (hubbernetes-node-0791364.va3-iad.github.net [10.48.207.97]) by smtp.github.com (Postfix) with ESMTPA id B421FE124A for ; Thu, 23 Nov 2023 02:21:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700734867; bh=H0eVZsyYPHv4lBCe8bfHx2DsXM4qSgOuoTg4RockiQs=; h=Date:From:To:Subject:From; b=elDXtPJY+wqVOPIfkDIvt57ii0kd58Cvz//IAGR+pELY3/SfyWOnUPnfZmv2l/zJa Y8Sojk1DAYMxqTndO8YFRSBSEHlSglgWgJaVQEVCuDoZlgrZye+CA0iUEcMCDQ+BGi F21V4plxCSY4Ywh6P7E2MWDbiicdebAGv6e4lHr4= Date: Thu, 23 Nov 2023 02:21:07 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 115208: Reverse engineer serial columns when generating ER... 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: 115208c8d80790bbb0911777b087804c5c7644a1 https://github.com/pgadmin-org/pgadmin4/commit/115208c8d80790bbb0911777b087804c5c7644a1 Author: Aditya Toshniwal Date: 2023-11-23 (Thu, 23 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/utils.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py M web/pgadmin/browser/server_groups/servers/databases/utils.py M web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx M web/pgadmin/tools/erd/utils.py Log Message: ----------- Reverse engineer serial columns when generating ERD for database/table. #6958