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.94.2) (envelope-from ) id 1qywMD-00CBX6-I7 for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 15:45:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qywMC-001Sa2-72 for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 15:45:12 +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.94.2) (envelope-from ) id 1qywMB-001SZu-4F for pgsql-hackers@lists.postgresql.org; Fri, 03 Nov 2023 15:45:11 +0000 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qywM8-003mmp-6I for pgsql-hackers@lists.postgresql.org; Fri, 03 Nov 2023 15:45:09 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 32556FF809; Fri, 3 Nov 2023 15:45:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=postgresfriends.org; s=gm1; t=1699026305; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U+6W9bihJQBya4vm7cvJEH0QyPghGubOBlxY4VhPZ0U=; b=TQmCmd07q2SsooF1tvPlJVmTJg1riMuLdAaUNXSWRTvV3+L3yWCIpPtaieSZzJShSTVvxH xKw0nT6kobLgtCfPTvett/bWeu2aTAL0yacmoQH2vXXSeFsgDYq6hQ7YyZzaV99pbZr46b go9BWTEkNjAR5D0Yfw+fBXYsfw0Sr6Y4u44DnQAXjc6AHmdv0c4WYp1npnIX4tmo2O+bBz RtuJckeVpGdX9/MaYYMtox0SUFlHWWI33LMreXqgkEQL98iyd9ymA8fdrRBT5Z3A7WJQwS ikaUVNMEKz8WlPN2fU238plg9QBVRvFEwNSsjCt/uBa4D1ZYMd/pWc7T3LYV3Q== Message-ID: Date: Fri, 3 Nov 2023 16:45:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] Add XMLText function (SQL/XML X038) Content-Language: en-US To: Daniel Gustafsson , Jim Jones Cc: PostgreSQL Hackers References: <86617a66-ec95-581f-8d54-08059cca8885@uni-muenster.de> <40b65c4b-bca6-5713-39df-6080b97891b1@postgresfriends.org> <8d393cb8-93b7-4f8c-0a84-dfaab012a9b4@uni-muenster.de> <00ec9799-aaa6-9acf-ccad-77bb237a8f8f@postgresfriends.org> <5F665F1B-4FE4-48C3-90D7-3F0088FB358F@yesql.se> From: Vik Fearing In-Reply-To: <5F665F1B-4FE4-48C3-90D7-3F0088FB358F@yesql.se> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: vik@postgresfriends.org List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 11/3/23 16:30, Daniel Gustafsson wrote: >> On 25 Aug 2023, at 17:40, Jim Jones wrote: > > Just like Vik says upthread we can't really claim X038 conformance without a > disclaimer, so I've added a 0002 which adds this to the XML spec conformance > page in the docs. We should put a short version of the disclaimer in sql_features.txt as well. -- Vik Fearing