Re: XML export function signatures

From: Tommy Gildseth <tommy(at)gildseth(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: XML export function signatures
Date: 2007-02-12 23:15:59
Message-ID: 45D0F52F.9050908@gildseth.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2007-02-12 23:23:14 Re: tsearch2: enable non ascii stop words with C locale
Previous Message Peter Eisentraut 2007-02-12 23:00:43 Re: Missing directory when building 8.2.3-base