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 1vOI4l-0018zy-05 for pgsql-general@arkaria.postgresql.org; Wed, 26 Nov 2025 16:09: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 1vOI4i-000EWI-1F for pgsql-general@arkaria.postgresql.org; Wed, 26 Nov 2025 16:09:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vOI4i-000EWA-09 for pgsql-general@lists.postgresql.org; Wed, 26 Nov 2025 16:09:00 +0000 Received: from mail.appl-ecosys.com ([50.126.108.78]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vOI4g-001dPo-0E for pgsql-general@lists.postgresql.org; Wed, 26 Nov 2025 16:09:00 +0000 Received: from salmo.appl-ecosys.com (salmo.appl-ecosys.com [192.168.55.1]) by mail.appl-ecosys.com (Postfix) with ESMTP id 3D2B92A14D6 for ; Wed, 26 Nov 2025 08:08:55 -0800 (PST) Date: Wed, 26 Nov 2025 08:08:55 -0800 (PST) From: Rich Shepard To: pgsql-general@lists.postgresql.org Subject: Re: Selecting all variations of job title in a list In-Reply-To: <20251126164356.9a3b7fc25d5118e28175f9a4@wanadoo.fr> Message-ID: References: <20251126154844.e6e3d5c7f476cc966fc201f4@wanadoo.fr> <29ffee7e-40a8-f911-4419-24ba8558f5db@appl-ecosys.com> <20251126164356.9a3b7fc25d5118e28175f9a4@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, 26 Nov 2025, Vincent Veyron wrote: > https://perldoc.perl.org/perlre > Read the first few pages and you'll be good to go. Thanks, Vincent. Rich