I am using the latest ProgreSQL on a iMac.
When I use a simple SQL statement for returning a XML from a table but it doesn't return the data.
SQL:
select table_to_xml('company',true,false,'');
(I also tried '"company"')
Returns only xml:
company xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"