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 1ubwPz-0078WG-Sm for pgadmin-support@arkaria.postgresql.org; Wed, 16 Jul 2025 07:19:07 +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 1ubwPx-008JwV-JG for pgadmin-support@arkaria.postgresql.org; Wed, 16 Jul 2025 07:19:06 +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 1ubwPx-008JwN-Bx for pgadmin-support@lists.postgresql.org; Wed, 16 Jul 2025 07:19:06 +0000 Received: from four.baremetal.com ([67.223.102.125]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ubwPu-007Xb5-30 for pgadmin-support@postgresql.org; Wed, 16 Jul 2025 07:19:03 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=darrenduncan.net; h= message-id:date:mime-version:to:from:subject:content-type :content-transfer-encoding; s=2024062918; bh=CETmIlITTeu9Iy18X9d /ll9GULg=; b=UfCzUyK1rq1vw77CL9Vc7EonI1opNCVcspmqsPPt84WancOysaS jbXSXhCtZLNyFZTQ8tst/q3b+DQA/zDv9ITurDoonXAFDk5cs714O4puiUdM2zMB 0RWhlmHYRwKbDUDK1CQJ4O98QjNofV51ll/iMISJHqBmMzRWhgGWayvY= Received: from [192.168.0.14] (107-190-19-247.cpe.teksavvy.com [107.190.19.247]) by four.baremetal.com (8.15.2/8.15.2) with ESMTP id 56G7J1pr4156632 for ; Wed, 16 Jul 2025 00:19:01 -0700 Message-ID: <0f00ec11-f8e7-4688-9580-9206fd9aebdc@darrenduncan.net> Date: Wed, 16 Jul 2025 00:19:00 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: pgAdmin Support Content-Language: en-US From: Darren Duncan Subject: Naming Object commands "Delete" is a source of user errors Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I am finding that it is a recurring and damaging source of user error that Object/Explorer commands named "Delete" actually correspond to SQL DROP rather than SQL DELETE or TRUNCATE. Multiple times I have accidentally dropped tables when I meant to just truncate them. I created a GitHub issue requesting to rename the "Delete" commands to "Drop" to help avoid this regular source of cognitive dissonance that leads to errors. https://github.com/pgadmin-org/pgadmin4/issues/8958 I'm also mentioning the issue in this support list to help draw attention to it. Thank you. Darren Duncan