hello there ... Is it bug in postgreSQL 6.5...I try to use this command but failed...or they have new command ? websrb_database=> \d Couldn't find any tables, sequences or indices! and another thing is I try to update field but failed below is the error... websrb_database=> update pengguna set bil=0; ERROR: fmgr_info: function int2: not in internal table ERROR: fmgr_info: function int2: not in internal table websrb_database=> \d pengguna Table = pengguna +----------------------------------+----------------------------------+-------+ | Field | Type | Length| +----------------------------------+----------------------------------+-------+ | bil | int2 | 2 | +----------------------------------+----------------------------------+-------+ but if I update using this command it really works... websrb_database=> update pengguna set bil='0'; UPDATE 30 why this thing happen...? thanks in advanced faisal
