Re: Problem executing user function (on Solaris)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rajan Bhide" <rbhide(at)starentnetworks(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Problem executing user function (on Solaris)
Date: 2004-09-08 14:08:19
Message-ID: 19833.1094652499@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Rajan Bhide" <rbhide(at)starentnetworks(dot)com> writes:
> psql=# select * from GSS_FUNC_REQ_CDR_COUNT();
> ERROR: parser: parse error at or near "("

> psql=# SELECT GSS_FUNC_REQ_CDR_COUNT();
> NOTICE: plpgsql: ERROR during compile of gss_func_req_cdr_count near
> line 0
> ERROR: fmgr_info: function 0: cache lookup failed

> I am using PostgreSQL 7.4.3 on Solaris 5.8

No, I don't think you are. Better check the version() again.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message paul 2004-09-08 14:16:46 Re: Why am I getting the error: "Cannot insert a duplicate key into unique index"?
Previous Message Daniel Secomb 2004-09-08 13:48:05 Why am I getting the error: "Cannot insert a duplicate key into unique index"?