Re: Missing magic block

From: "Brad Buran" <bburan(at)MIT(dot)EDU>
To: "'Martijn van Oosterhout'" <kleptog(at)svana(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Missing magic block
Date: 2007-04-23 20:15:55
Message-ID: 004101c785e4$33469590$7b006412@issphoenix
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Martijn,

Thank you very much for the suggestion:

> > CREATE FUNCTION add_one(IN int)
> > RETURNS int
> > AS 'add_one'
> > LANGUAGE C;

I corrected this to say:

AS 'Project1', 'add_one'

And restarted psql (rebooted for that matter as well) and am still getting
the same error.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2007-04-23 22:17:19 Re: ERROR: Failed to build any 5-way joins
Previous Message judexhuang 2007-04-23 20:11:22 Re: can't start tsearch2 in 8.2.4