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 1sJe7O-006268-P1 for pgsql-general@arkaria.postgresql.org; Tue, 18 Jun 2024 19:03:47 +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 1sJe7M-0013Hg-3S for pgsql-general@arkaria.postgresql.org; Tue, 18 Jun 2024 19:03:44 +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 1sJe7L-0013Gd-KA for pgsql-general@lists.postgresql.org; Tue, 18 Jun 2024 19:03:44 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sJe7J-001xbk-5M for pgsql-general@lists.postgresql.org; Tue, 18 Jun 2024 19:03:43 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 25EAB302407A for ; Tue, 18 Jun 2024 21:03:38 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 16A542E2D4BD; Tue, 18 Jun 2024 21:03:38 +0200 (CEST) Received: from s471.loopia.se (unknown [172.22.191.6]) by s980.loopia.se (Postfix) with ESMTP id 14628220164A; Tue, 18 Jun 2024 21:03:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.6]) by s471.loopia.se (s471.loopia.se [172.22.190.35]) (amavisd-new, port 10024) with LMTP id bSDAFdG2S1M6; Tue, 18 Jun 2024 21:03:37 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 86EFF7CEA4B; Tue, 18 Jun 2024 21:03:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1718737417; bh=swYDl2iOoajoUDslIRH59MlDQhJZ3FsyiCwq7jszXCY=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=BIAX2kXOGnJCzILbQS9d1IiAYCbYlSUYpu6XBevs9yiHRU5rSWOa+VnyoiS29FczN eKusvL5O4xKIv768AN9phwesDjxEjLVlDrVKFDwpgUsoXvFxvpP0eck6x66NhOyNXG N++3+2M1ahVQios3g9nap4CLyQPL99JDsQ9Mx0S29s/LnN4dO3MjfPoSPBhrQrAlIl ptZWyTg8vKhpp4VF8qZrieIWUlrFYqA9FUWOZjqFio6XatEYtYYH4ef/0CLAz6Z+JX e/WQkO2Jl+BYyoH5CVZmz1ZTN2iUMfu/lCQqJ4fJlL5NmyntpdwFpDP2PZ305R5ayC yGdzdVCQe2flw== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: HISTIGNORE in psql From: Daniel Gustafsson In-Reply-To: Date: Tue, 18 Jun 2024 21:03:27 +0200 Cc: pgsql-general@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <401A63A8-E3F6-4C32-9ED7-B480982496A7@yesql.se> References: To: Wiwwo Staff X-Mailer: Apple Mail (2.3774.500.171.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 18 Jun 2024, at 19:28, Wiwwo Staff wrote: > being able to tell psql to exclude some patterns from being stored in = the .psql_history file Off the cuff that sounds like a pretty useful thing to have. -- Daniel Gustafsson