Re: simple function syntax

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Culley Harrelson <culleyharrelson(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: simple function syntax
Date: 2001-01-28 01:28:45
Message-ID: 28421.980645325@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Culley Harrelson <culleyharrelson(at)yahoo(dot)com> writes:
> I ran createlang successfully and I'm still getting
> compile errors on basic plpgsql functions (sql
> functions work).I'm assuming I have to do something
> like:

> create trusted procedural language plpgsql
> handler = ????

No, createlang should've done that for you.

What do you get from "select * from pg_language" ?

Also, it would help if you mentioned the exact error message
you're getting.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert B. Easter 2001-01-28 02:05:27 Re: simple function syntax
Previous Message Culley Harrelson 2001-01-28 01:12:16 Re: simple function syntax