Thread

  1. Error in select

    Shiby Thomas <sthomas@cise.ufl.edu> — 1998-02-04T19:15:10Z

    Hi,
    
    I get the foll.  error in a select statement:
    
    assoc=> select * from f1_temp where cnt > 1000;
    ERROR:  fmgr_info: function 0: cache lookup failed
    
    Without the where clause its fine.
    
    This is with today's (Feb 4) snapshot.
    
    --shiby