Re: Missing magic block - Mailing list pgsql-general

From Brad Buran
Subject Re: Missing magic block
Date
Msg-id 004101c785e4$33469590$7b006412@issphoenix
Whole thread Raw
In response to Re: Missing magic block  (Martijn van Oosterhout <kleptog@svana.org>)
List 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.


pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: change format of logging statements?
Next
From: Scott Marlowe
Date:
Subject: Re: ERROR: Failed to build any 5-way joins