Re: explain root element for auto-explain - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: explain root element for auto-explain
Date
Msg-id 4A89F3D3.3020200@dunslane.net
Whole thread Raw
In response to Re: explain root element for auto-explain  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: explain root element for auto-explain  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
>>
>>
>> * what's the xmlns URL really going to be?
>>   
>
> By convention it refers to a place where you publish the schema for 
> the document type, but it is in fact completely arbitrary, and can 
> refer to a non-existant resource - as long as it is unique - it's just 
> a namespace designator, and from an XML POV has no more semantic 
> significance that a schema name does in SQL.
>
>

One thing I definitely think we should do is to put the namespace URL in 
a header file. Think of it as being a bit like the catversion. 
Hardcoding it in explain.c doesn't seem like a good idea.

cheers

andrew


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: explain root element for auto-explain
Next
From: Tom Lane
Date:
Subject: Re: explain root element for auto-explain