On Tue, Dec 04, 2012 at 04:21:18PM +0100, Pierre Casenove wrote:
> hello,
> I've patched rhn.jar... and now, I get an ISE:
> 
> Caused by: org.postgresql.util.PSQLException: ERROR: column reference
> "name" is ambiguous
> I'm on RHEL 5 with pgsql 8.4.

Could you change that

        order by  upper(name || '-' || evr_t_as_vre_simple(full_list.evr))

in the patch to

        order by  upper(pn.name || '-' || evr_t_as_vre_simple(full_list.evr))

? (Not tested, just looking at the code.)

-- 
Jan Pazdziora
Principal Software Engineer, Satellite Engineering, Red Hat

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to