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 1p8hnF-0006DD-CK for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Dec 2022 13:08:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p8hmG-0002wf-Bf for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Dec 2022 13:07:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p8hmG-0002wV-2r for pgsql-hackers@lists.postgresql.org; Fri, 23 Dec 2022 13:07:56 +0000 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p8hmD-0001sT-Cy for pgsql-hackers@lists.postgresql.org; Fri, 23 Dec 2022 13:07:55 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id A84CC320069B; Fri, 23 Dec 2022 08:07:50 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Fri, 23 Dec 2022 08:07:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; t=1671800870; x=1671887270; bh=g w02uME/z2msvXZKX2h3ae13a8Oii2BwQo48OdvHD34=; b=tIU7NDI/brTFE1BYW 2YIkL2NOah7HPeA8nU4jRIF3LT9I3aO+1f3RqzwV/v/Z1Fkz+G7bwZ6ebZmrvU49 g85ftlAdJclNLB7g3cwe5/LX+gQ4D8DvTv7NP3U8mDvPUz5LdIZwTF7WO3Xbak4r KikMApDJlUbqcPryAwo57vLA5rDD94N8euUOGlzKFzLJ6sVnWjlHuZykWH7VNETN v5vGPbgL2J65EJR30jL1T3VZrCER6+Dk0VrpQVMGQNgkhBbRWU3Gr/Evy/8lru4+ xFhimra6ExL9kBDLRrGD6PSyQSYV7FkHdzcJCjW4W6eX9ZBXk2VnpVklIGdal8JK /NsKQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrhedvgdegkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvvefukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhvrghr ohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhgqe enucggtffrrghtthgvrhhnpedvkedtffduffdtffffheffhfejjefhgfeiueeukeejkeff gfdufffhudffffeuveenucffohhmrghinhepvghnthgvrhhprhhishgvuggsrdgtohhmne cuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprghlvhhh vghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 23 Dec 2022 08:07:49 -0500 (EST) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id E6E97E9A; Fri, 23 Dec 2022 14:07:47 +0100 (CET) Date: Fri, 23 Dec 2022 14:07:47 +0100 From: Alvaro Herrera To: Dag Lem Cc: PostgreSQL Hackers Subject: Re: daitch_mokotoff module Message-ID: <20221223130747.ymxv7gbj6kr7vwrh@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I wonder why do you have it return the multiple alternative codes as a space-separated string. Maybe an array would be more appropriate. Even on your documented example use, the first thing you do is split it on spaces. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/