Re: XML export function signatures - Mailing list pgsql-hackers

From Tommy Gildseth
Subject Re: XML export function signatures
Date
Msg-id 45D0F52F.9050908@gildseth.com
Whole thread Raw
In response to Re: XML export function signatures  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: XML export function signatures  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> tableforest = false gives you something like
>
> <tablename>
>  ...
> </tablename>
>
> tableforest = true gives you something like
>
> <tablename>
>  ...
> </tablename>
>
> <tablename>
>  ...
> </tablename>
>
> ...
>   

How do you define the table name when fetching data using a join, union 
etc. where the data doesn't necessarily originate from a single table?
Could it be an idea to allow the table name to be specified as a 
parameter to the function?

Another neat feature would be if you could specify a set of columns 
which should be represented as attributes instead of nodes.

-- 
Tommy


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Missing directory when building 8.2.3-base
Next
From: Tatsuo Ishii
Date:
Subject: Re: tsearch2: enable non ascii stop words with C locale