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 1uHhKT-007hCr-49 for pgsql-general@arkaria.postgresql.org; Wed, 21 May 2025 11:09:45 +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 1uHhKQ-005ngO-TW for pgsql-general@arkaria.postgresql.org; Wed, 21 May 2025 11:09:42 +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 1uHhKQ-005ngE-IE for pgsql-general@lists.postgresql.org; Wed, 21 May 2025 11:09:42 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uHhKN-0007z5-23 for pgsql-general@lists.postgresql.org; Wed, 21 May 2025 11:09:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version :References:Reply-To:Message-ID:Subject:Cc:To:Sender:From:Date:Content-ID: Content-Description; bh=vRREE020xeg0A0FzsaU/25gNxDxaXJSX8qHxlKYyBCY=; b=ZqcrO 0i5rkYP9wGAwyNYDnySdmdGqmiUyGacE4MX80anLFhvbUYdMckfKKj0TX3MfhYSxQkBMmKBt5ACLT k3vnUvmib/0Dc5iuvSpWi6Iy10opxwXQKqN393LjZMiBiqWIcNqXapK8VmkRUGFtPR3KpGi4zoVIM USxh644aLdoA=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1uHhKK-007jcP-34; Wed, 21 May 2025 13:09:37 +0200 Date: Wed, 21 May 2025 13:09:36 +0200 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: Tessa Niebel Cc: pgsql-general@lists.postgresql.org Subject: Re: Postgres query tool not working when I right click Message-ID: Reply-To: depesz@depesz.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, May 20, 2025 at 02:06:33PM -0400, Tessa Niebel wrote: > I really need to get PostgresSQL working because I’m a college student > using this for class. I have never worked with PostgresSQL before please > let me know what I need to do as soon as possible. 1. Doing photo of screen is ... well, please don't. If you need to show something from graphical program just make a screenshot. 2. When doing screenshot at least tell others what program this is from. 3. PostgreSQL doesn't have, on its own, any graphical programs. So check what program you are using, and reach to their support. It's possible that it's pgAdmin, which some people assume to be "official PostgreSQL app", in which case their site is https://www.pgadmin.org/, and their support channels are listed here: https://www.pgadmin.org/support/ Best regards, depesz