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 1qe8RB-005q1d-NU for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Sep 2023 06:24:21 +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 1qe8RA-00FjDo-Ca for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Sep 2023 06:24:20 +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 1qe8RA-00FjDb-2z for pgadmin-hackers@lists.postgresql.org; Thu, 07 Sep 2023 06:24:19 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qe8R6-003CKv-JU for pgadmin-hackers@lists.postgresql.org; Thu, 07 Sep 2023 06:24:18 +0000 Received: from github.com (hubbernetes-node-03e791b.ash1-iad.github.net [10.56.128.17]) by smtp.github.com (Postfix) with ESMTPA id 662CD6010BC for ; Wed, 6 Sep 2023 23:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1694067855; bh=S6hDavBQJCf1v2lA8IoRdYEGxX/r+X1uTjJixX6Nq04=; h=Date:From:To:Subject:From; b=cBlU4rs2kIj24RUF3qveAnRAf3LhD/L1OpxmgPFT5oRgmPa1i/Z3oXcNFdCWRpuiE uPr8QodpqK8iajTJXN2fMAQSPYln1D0G91extq7LeiC7GVqJGrKOACFpQj0SGQ9enP fz/t+q6OCGRxS/gFm2/2/rAtD5Q60i5LqOPZPMKw= Date: Wed, 06 Sep 2023 23:24:15 -0700 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 324039: Enhancement of properties tab for column's collect... 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: 32403920fe0828da924fb4f6c80d85ce8b0179c1 https://github.com/pgadmin-org/pgadmin4/commit/32403920fe0828da924fb4f6c80d85ce8b0179c1 Author: Anil Sahoo <122535205+anilsahoo20@users.noreply.github.com> Date: 2023-09-07 (Thu, 07 Sep 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.js Log Message: ----------- Enhancement of properties tab for column's collection by adding Primary Key and Not NULL columns. #2411