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 1wgI3W-0065li-30 for pgsql-general@arkaria.postgresql.org; Sun, 05 Jul 2026 08:18:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wgI3V-00Be6K-2x for pgsql-general@arkaria.postgresql.org; Sun, 05 Jul 2026 08:18:25 +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 1wgI3U-00Be6C-2O for pgsql-general@lists.postgresql.org; Sun, 05 Jul 2026 08:18:25 +0000 Received: from omr-01.pc5.atmailcloud.com ([103.150.252.223]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wgI3R-00000001bFX-2U5F for pgsql-general@lists.postgresql.org; Sun, 05 Jul 2026 08:18:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tpg.com.au; s=202309; h=MIME-Version:Content-Type:Date:To:From:Subject:Message-ID; bh=vUpv37iXsVRLdYh3OT+44iFhdLdArPHd0dYRj6McZhQ=; b=G+X9Ta7RIRwbzdg5WFecffoF/p Kh2kBJS+r0Sf4xtzAb+kDvRnV6VSYkBGjPVyO7YLBBGGBiCvYHQdk6+H8YvHRr+5zBIAY3JfWKxC0 k4sJ88hpw3yj1QjvSNqRrpWWND9EhPW4BBerRdbNdDKXKSSQ7VLBgHpMmTXvssu+3ns1WctHgDjju BSOzSoJXxwNtdQb8oZl4p0qbk82iKB4I6/3YPLBJ76v9gMPepWYK4bJUFk7OW2LjPqvl/bTRMo1rE 0i9aHBS53lJgahsivE2XUs4rZUz1NaPhSdPUcREm6CT5h1/Qa2YqmCUM9WBXDjWDpopTLNoScIQXT w8l7tNJA==; Received: from cmr-kakadu02.internal.pc5.atmailcloud.com (cmr-kakadu02.internal.pc5.atmailcloud.com [192.168.1.4]) by omr-01.pc5.atmailcloud.com (Exim/cmr-kakadu02.i-08e38c3a5470ef15b) with ESMTPS (envelope-from ) id 1wgI3O-0000000EVJe-0JLN ; Sun, 05 Jul 2026 08:18:18 +0000 Received: from 60-240-221-196.tpgi.com.au ([60.240.221.196] helo=[192.168.1.103]) by cmr-kakadu02.i-08e38c3a5470ef15b with esmtpsa (envelope-from ) id 1wgI3M-00000002N0p-0xER; Sun, 05 Jul 2026 08:18:17 +0000 Message-ID: Subject: Re: Get version info From: rob stone To: Igor Korot , "pgsql-generallists.postgresql.org" Date: Sun, 05 Jul 2026 18:18:14 +1000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2-10 MIME-Version: 1.0 X-Atmail-Id: floriparob@tpg.com.au X-atmailcloud-spam-action: X-AVAS-Report: RCVD_TLS_ALL(0.00) FROM_HAS_DN(0.00) FROM_EQ_ENVFROM(0.00) FREEMAIL_ENVRCPT(0.00) UNKNOWN_SENDER(0.50) CLOUDMARK_NOT_SPAM(-5.00) TO_MATCH_ENVRCPT_ALL(0.00) TO_DN_ALL(0.00) MIME_GOOD(-0.10) RCPT_COUNT_TWO(0.00) MID_RHS_MATCH_FROM(0.00) FREEMAIL_TO(0.00) RCVD_VIA_SMTP_AUTH(0.00) ARC_NA(0.00) ASN(0.00) RCVD_COUNT_ONE(0.00) MIME_TRACE(0.00) CYREN_UNKNOWN(0.00) FREEMAIL_FROM(0.00) FREEMAIL_ENVFROM(0.00) X-atmailcloud-route: unknown List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, 2026-07-05 at 01:32 -0500, Igor Korot wrote: > Hi, ALL, > Google recommends using pg-config. >=20 > However, some distro prefer to use pkg-config and don't even include > local configuration file. >=20 > Is this file located everywhere and if not - how do I check it inside > configure.ac? >=20 > Thank you. >=20 See chapter 9.27.11, not Mr. Google. select version(); PostgreSQL 18.4 (Debian 18.4-1+b1) on x86_64-pc-linux-gnu, compiled by x86_64-linux-gnu-gcc (Debian 15.3.0-1) 15.3.0, 64-bit (1 row)