Re: foreign data wrappers - Mailing list pgsql-students

From Guillaume Lelarge
Subject Re: foreign data wrappers
Date
Msg-id 4D903884.8070405@lelarge.info
Whole thread Raw
In response to Re: foreign data wrappers  (Zheng Yang <zhengyang4k@gmail.com>)
Responses Re: foreign data wrappers  (Zheng Yang <zhengyang4k@gmail.com>)
List pgsql-students
Le 27/03/2011 14:51, Zheng Yang a écrit :
> Hi,
>
> I managed to clone a copy of 9.1devel and compiled an binary from it. I also did a make in the 'contrib/file_fdw/'
folderand a file_fdw.so file is generated. 
>
> But the following error occurs when I was trying to experiment with the file FDW:
>
> postgres=# CREATE FUNCTION file_fdw_handler() RETURNS fdw_handler AS 'file_fdw' LANGUAGE C STRICT;
> ERROR:  could not access file "file_fdw": No such file or directory
> STATEMENT:  CREATE FUNCTION file_fdw_handler() RETURNS fdw_handler AS 'file_fdw' LANGUAGE C STRICT;
> ERROR:  could not access file "file_fdw": No such file or directory
>
>
> Did I miss anything?
>

make install?


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

pgsql-students by date:

Previous
From: Zheng Yang
Date:
Subject: Re: foreign data wrappers
Next
From: Zheng Yang
Date:
Subject: Re: foreign data wrappers