Cache lookup for language failed 17533070

From: mikeo <mikeo(at)spectrumtelecorp(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Cache lookup for language failed 17533070
Date: 2000-09-13 14:45:36
Message-ID: 3.0.1.32.20000913104536.0096f6d0@pop.spectrumtelecorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi, can anyone help me on this?

tig3prod=# update cust set agt_id = 'DEFAULT';

ERROR: fmgr_info: Cache lookup for language failed 17533070

tig3prod=#

my guess is something's missing. might anyone help me out

with a suggestion on where to look?

tig3prod=# \d cust

Table "cust"

Attribute | Type | Modifier

-------------------+-------------+------------------------------------------

cust_id | varchar(15) | not null

cut_id | varchar(15) | not null

cust_name | varchar(50) | not null

cust_division | varchar(6) |

cust_svc_start_dt | date | not null default now()

cust_svc_end_dt | date |

cust_valid | char(1) | not null default 'Y'

cust_bill_loc_id | varchar(6) | not null

wu_id | varchar(10) | not null default 'TEST'

cust_timestamp | timestamp | not null default now()

<bold>agt_id | varchar(10) | default 'DEFAULT'

</bold> rse_id | integer |

bd_id | varchar(6) | not null

cust_email | varchar(50) |

cust_stream | integer | default
nextval('cust_stream_seq'::text)

br_cycle | integer |

cust_qr_reports | varchar(20) |

cust_qr_sent | timestamp |

TIA,

mikeo

Attachment Content-Type Size
unknown_filename text/enriched 1.3 KB

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 2000-09-13 15:31:25 Is this broken?
Previous Message Darrin Ladd 2000-09-13 13:23:44 List Problems?