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 1vrP6U-001tx4-1h for pgsql-hackers@arkaria.postgresql.org; Sat, 14 Feb 2026 23:31:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vrP6T-000ShP-1I for pgsql-hackers@arkaria.postgresql.org; Sat, 14 Feb 2026 23:31:09 +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 1vrP6T-000ShH-05 for pgsql-hackers@lists.postgresql.org; Sat, 14 Feb 2026 23:31:09 +0000 Received: from udcm-wwu2.uni-muenster.de ([128.176.118.28]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vrP6Q-00000000hyu-3EH3 for pgsql-hackers@lists.postgresql.org; Sat, 14 Feb 2026 23:31:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uni-muenster.de; i=@uni-muenster.de; q=dns/txt; s=uniout; t=1771111866; x=1802647866; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=SKb9BrTrXXxMO9RC6VLkZsWmIItMf6XvUM0eQR/1/kM=; b=jEiFEygzJBWbHiAvozHWcLEHmCvgdXhWtCdBmWrWpV8xULkSlVnzSyej 7xZoQKchYpaQ0gi1w0/Clgd8sMiaV9H9y5MuLc5ybUmQYVj7z5srnCor/ UTmC5loCSxQ71f3EHAhMprI8Tl1+ehCYyxQCSDCEhNgRIFOGCNDlrP+mj YAaEQHsaxHuzYAv6dZ4h9AKA18WsidfaRi53KOQ3BenvK042YbueSl0vr 8P1jnWuvi4daml4URi0MZ8WhXypE7HkV+UTk9XWVto2RehMrlzqJir/w6 Q8VqiS0UO9TRD0+OjkwFgs2uTEVUUitbD4Zy1NDYkhqMKbDCEmPU5DvF3 w==; X-CSE-ConnectionGUID: h5HQl5CyTMei1DZ3fb75kA== X-CSE-MsgGUID: jGWsxPs1SjqnaEkXyPjT/g== X-IronPort-AV: E=Sophos;i="6.21,291,1763420400"; d="scan'208";a="384806606" Received: from secmail.uni-muenster.de ([128.176.118.4]) by UDCM-RELAY2.UNI-MUENSTER.DE with ESMTP; 15 Feb 2026 00:31:05 +0100 Received: from [192.168.178.27] (dynamic-080-171-155-170.80.171.pool.telefonica.de [80.171.155.170]) by SECMAIL.UNI-MUENSTER.DE (Postfix) with ESMTPSA id BDFDE20ADF00; Sun, 15 Feb 2026 00:31:04 +0100 (CET) Message-ID: <2ba05acc-6392-42a4-b59e-61df086b2d4d@uni-muenster.de> Date: Sun, 15 Feb 2026 00:31:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: WIP - xmlvalidate implementation from TODO list To: Marcos Magueta Cc: Andrey Borodin , Kirill Reshke , PostgreSQL Hackers References: <70c72cb1-a39f-41b3-bfe3-e32ee7fda9c4@uni-muenster.de> <68a012d3-121b-418a-913b-aa0aaf32915d@uni-muenster.de> <2898f090-d9cf-475c-940c-a99da4a308f1@uni-muenster.de> <08052569-9384-41b5-bcb7-33929fcc6c71@uni-muenster.de> Content-Language: de-DE, en-GB From: Jim Jones In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 14/02/2026 23:30, Marcos Magueta wrote: > It seems that for v6, all that is left is to revise the grant for read > and write, and add the docs. Correct? Yes, that would be good. Since CREATE XMLSCHEMA isn't part of the SQL/XML standard, we'll have to rely on the docs to check if things are working properly. Best, Jim