$this->db->pg_query("SELECT * FROM tree WHERE _parent_id = ".(int) $id." ORDER BY _position ASC");
var_dump(pg_last_error());