Re: [SQL] Cache look up failure

2000-11-29 Thread Joel Burton
On 29 Nov 2000, at 17:56, Najm Hashmi wrote: > Hi All, I am trying to insert a tuple in the tuple, and i am getting > the follwoing error message: > > fliprdb=# insert into collection(name, artist_id) values('El Baile > Aleman',2); ERROR: fmgr_info: function 24011: cache lookup failed > > C

[SQL] Cache look up failure

2000-11-29 Thread Najm Hashmi
Hi All, I am trying to insert a tuple in the tuple, and i am getting the follwoing error message: fliprdb=# insert into collection(name, artist_id) values('El Baile Aleman',2); ERROR: fmgr_info: function 24011: cache lookup failed Can someone help me out here. Thnaks in advance for your help.