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 1r7w1f-007YO6-NN for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 11:13:11 +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 1r7w1e-004Wmh-6a for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 11:13:10 +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 1r7w1d-004WmY-Lm for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 11:13:09 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7w1a-007lDp-KI for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 11:13:07 +0000 Received: from github.com (hubbernetes-node-3edba1f.ash1-iad.github.net [10.56.145.35]) by smtp.github.com (Postfix) with ESMTPA id 3CAD3600DBE for ; Tue, 28 Nov 2023 03:13:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701169985; bh=ak57+hHL9+rYxSP1J3j6TH4QAyd+eBPJiooCKCyixWM=; h=Date:From:To:Subject:From; b=cqj9mScbXhaV0z5cEuUsyBZYOgoCQkiJntq9al0xW5a4MgCPWdk8Egf11KcdQbQFj rhTHOow/0O9TE3+YYfVQq80AUnFiDWQV1I7z0ymBr3HxW1NhuRT8tRskdJPXg16auM qMAKrx1555uXdHD1czmbW78q3QeXhQ0FxicwNy+c= Date: Tue, 28 Nov 2023 03:13:05 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 377216: Add support for generating ERD for a schema. #4580 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: 377216caecf384157533dbb6edcc163472f8a394 https://github.com/pgadmin-org/pgadmin4/commit/377216caecf384157533dbb6edcc163472f8a394 Author: Aditya Toshniwal Date: 2023-11-28 (Tue, 28 Nov 2023) Changed paths: M docs/en_US/erd_tool.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/static/js/schema.js M web/pgadmin/tools/erd/static/js/ERDModule.js M web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js M web/pgadmin/tools/erd/utils.py Log Message: ----------- Add support for generating ERD for a schema. #4580