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.96) (envelope-from ) id 1vTEoo-00FDYw-1u for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 10 Dec 2025 07:41:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vTEon-00A9EH-0T for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 10 Dec 2025 07:41:01 +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.96) (envelope-from ) id 1vTEom-00A9E9-2x for pgsql-pkg-debian@lists.postgresql.org; Wed, 10 Dec 2025 07:41:01 +0000 Received: from home.borberg.arvin.dk ([194.45.76.153]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vTEof-0045sp-1h for pgsql-pkg-debian@lists.postgresql.org; Wed, 10 Dec 2025 07:40:55 +0000 Received: from localhost (localhost [127.0.0.1]) by arvin.dk (Postfix) with ESMTP id CA2992AF64 for ; Wed, 10 Dec 2025 08:40:46 +0100 (CET) X-Virus-Scanned: amavis at arvin.dk Received: from arvin.dk ([127.0.0.1]) by localhost (arvinserver4.home.borberg.arvin.dk [127.0.0.1]) (amavis, port 10024) with LMTP id HbsKAPFMlJkd for ; Wed, 10 Dec 2025 08:40:43 +0100 (CET) Received: from [192.168.1.131] (OpenWrt.home.borberg.arvin.dk [192.168.1.1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by arvin.dk (Postfix) with ESMTPSA id 8A1E52AF63 for ; Wed, 10 Dec 2025 08:40:43 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 arvin.dk 8A1E52AF63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arvin.dk; s=202311171; t=1765352443; bh=ZSGNCAPLHgEoQr7PjioiNaIgGb3fb0oDCi9kJayMqho=; h=Date:To:From:Subject:From; b=AMEVEGJeC+bO0D8z99uSZbbJD/80/rJEyjBaNILgkOisjEFYYQpAYkABljD2hZ5k3 s4lhahsRGRI4XKn27lKrzu8IxgI9ld1vgfdsgAXBZYzfvG0/UE2u3GuEEx8xqdC8EF 5yJI+1IxwFOIVYyscOM8xyKtnPSHYATQ0ggXEutD9Z5PybvTokL05jCAL/7lmSCC3D kSxBprzZdvSpTCXri5x6FT4M+hEZVgRU0/r+Jsyb+eeSolv22rHB5L35PH9OUI+Sp9 k/DOpdI7+qFvTZO6PNhnTCJbMl1UDjXH1+xbWzNG+KcM4NVPYLrMeS0/VpT+yYcUQA mNU4sYZFVhP9A== Message-ID: Date: Wed, 10 Dec 2025 08:40:43 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: pgsql-pkg-debian@lists.postgresql.org Content-Language: en-US From: Troels Arvin Subject: oauth support? 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 Hello, I'm reading about the new OAuth support in PostgreSQL 18. It says PostgreSQL needs to be built using "--with-libcurl". In the PostgreSQL I get when using apt.postgresql.org, I don't see anything about curl in output from "ldd /usr/lib/postgresql/18/bin/postgres", nor from "ldd /usr/lib/postgresql/18/bin/psql". Should I expect to be able to use the new OAuth feature in PostgreSQL 18 with the packages from apt.postgresql.org? If so: Do I need to install a particular, extra package for it to be available? Thanks for providing APT repos of PostgreSQL. -- Troels