Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qGMGI-0002kz-K0 for pgsql-hackers@arkaria.postgresql.org; Mon, 03 Jul 2023 16:18:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qGMGH-0004Gk-Fh for pgsql-hackers@arkaria.postgresql.org; Mon, 03 Jul 2023 16:18:49 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qGMGH-0004Gb-6e for pgsql-hackers@lists.postgresql.org; Mon, 03 Jul 2023 16:18:49 +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 1qGMGA-001piV-7z for pgsql-hackers@lists.postgresql.org; Mon, 03 Jul 2023 16:18:48 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id DAE852F96DB9 for ; Mon, 3 Jul 2023 18:18:39 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id C95C92E28EB2; Mon, 3 Jul 2023 18:18:39 +0200 (CEST) Received: from s476.loopia.se (unknown [172.22.191.5]) by s980.loopia.se (Postfix) with ESMTP id C564322016B6; Mon, 3 Jul 2023 18:18:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s934.loopia.se ([172.22.191.5]) by s476.loopia.se (s476.loopia.se [172.22.190.16]) (amavisd-new, port 10024) with LMTP id PSV5RIODuNfL; Mon, 3 Jul 2023 18:18:39 +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 3762C7CEAC5; Mon, 3 Jul 2023 18:18:39 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) From: Daniel Gustafsson In-Reply-To: Date: Mon, 3 Jul 2023 18:18:38 +0200 Cc: Jim Jones , Heikki Linnakangas , Peter Eisentraut , Nikolay Samokhvalov , PostgreSQL Hackers , Pavel Stehule , amborodin86@gmail.com, Laurenz Albe , Andrey Borodin , Tom Lane Content-Transfer-Encoding: quoted-printable Message-Id: <8747B9EB-C2F8-4EDC-97A0-9B9543EEA607@yesql.se> References: <157609.1677088525@sss.pgh.pa.us> <2f1c8cb9-6f4d-2a03-d069-c4f9c2b574ab@enterprisedb.com> <414445.1677163935@sss.pgh.pa.us> To: Kirk Wolak X-Mailer: Apple Mail (2.3696.120.41.1.3) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 1 Mar 2023, at 10:29, Jim Jones wrote: >=20 > On 01.03.23 01:47, Kirk Wolak wrote: >> Patch Posted with one edit, for line editings (Thanks Jim!) > The patch didn't pass the SanityCheck: >=20 > https://cirrus-ci.com/task/5445242183221248?logs=3Dbuild#L1337 >=20 > missing a header perhaps? >=20 > #include "time.h" This patch spent the March commitfest not building and still doesn't = build, so I'm marking this returned with feedback. Please feel free to resubmit = to the next commitfest if there is renewed interest in the patch. -- Daniel Gustafsson