[Spacewalk-list] [Solaris support] installed patches not refreshed

Jan Pazdziora jpazdziora at redhat.com
Tue Dec 4 15:35:30 UTC 2012


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




More information about the Spacewalk-list mailing list