"Oleg" <sacramento_fan@mail.ru> writes:
> I was sure, that result of this query should be like this:
> obj_id | obj_name | obj_master
> ----------------------------------------
> 1 | First Object |
> 2 | Second Object | 1
> 3 | Third Object |
> 4 | Fourth Object | 1
> But instead of I got this result:
> obj_id | obj_name | obj_master
> ----------------------------------------
> 1 | First Object | 1
> 2 | Second Object | 1
> 3 | Third Object |
> 4 | Fourth Object |
Yeah, this is a known issue:
http://archives.postgresql.org/pgsql-hackers/2010-02/msg02424.php
It's not clear how to persuade libxml to do what we want here.
regards, tom lane