Re: Getting a caching error. Was "Getting a stylesheet compilation error. Please help."

Vadim Nasardinov <[email protected]> Wed, 28 Apr 2004 17:25:54 -0400
Newsgroups gmane.linux.redhat.ccm.general
Organization Red Hat / Westford
Message-ID <[email protected]>
On Wednesday 28 April 2004 17:17, Tom Baik wrote:
> I am now getting the following error when I try deleting the row:
>
> "lucene_ids_host_id_f_fcxb8 referential integrity violation - key in
> web_hosts still referenced from lucene_ids"
...
> --- Dennis Gregorovic <[email protected]> wrote:
> > delete from web_hosts where host_id = <host id>;


delete from lucene_ids where host_id = <host_id>;
delete from web_hosts where host_id = <host_id>;



-- 
Redhat-ccm-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/redhat-ccm-list
Archives: https://www.redhat.com/pipermail/redhat-ccm-list/