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 1rRoGM-009U4z-8y for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 06:58:30 +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 1rRoGL-001x2L-5D for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 06:58:29 +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 1rRoGK-001x2D-U5 for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 06:58:28 +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 1rRoGF-002kPB-1n for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 06:58:27 +0000 Received: from github.com (hubbernetes-node-12458f1.ash1-iad.github.net [10.56.224.22]) by smtp.github.com (Postfix) with ESMTPA id 1D045600417 for ; Sun, 21 Jan 2024 22:58:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705906702; bh=aidFUPC7hSqgdw/MkFQtnC7SLa23ZrEq21SGk0qjOkI=; h=Date:From:To:Subject:From; b=Y1c+3ef2t8xnuNTILAAhPDkZ45DoqyLYlA356fZ7i1siyTkgkj4TzLauJycOkEX84 7Loqu1d9ZSH2g9FPPbUhb9+jksEkvneiCbiFiDH9h/xZx5Ecxwke+9pb5F5glXCA4a SLsRUE6MBymyRCo5311wCGxhk5zm5rbmbLPlH4GQ= Date: Sun, 21 Jan 2024 22:58:22 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 81fccc: Added support to rename columns in Views. #6380 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: 81fccc87b598fa11153b6ae85c0e1ec6b9247255 https://github.com/pgadmin-org/pgadmin4/commit/81fccc87b598fa11153b6ae85c0e1ec6b9247255 Author: Akshay Joshi Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M docs/en_US/release_notes_8_3.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js Log Message: ----------- Added support to rename columns in Views. #6380