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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match