Re: Re: [GENERAL] Need Help Installing Dblink…(Desperately…) - Mailing list pgsql-general

From Tom Lane
Subject Re: Re: [GENERAL] Need Help Installing Dblink…(Desperately…)
Date
Msg-id 4622.1321138189@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Need Help Installing Dblink…(Desperately…)  (Jerry Levan <jerry.levan@gmail.com>)
Responses Re: [GENERAL] Re: [GENERAL] Need Help Installing Dblink…(Desperately…)  (Jerry Levan <jerry.levan@gmail.com>)
List pgsql-general
Jerry Levan <jerry.levan@gmail.com> writes:
> On Nov 12, 2011, at 3:34 PM, Scott Mead wrote:
>> The Makefile should be including the global.... did you try a 'make install' ?

> I went back and did the make install from the dblink directory it installed
> stuff in the share directory but invoking dblink functions failed with
> an unknown definition. I invoked the create extension command but it
> did no good...

Vague handwaving like that is an excellent way to guarantee that nobody
can help you, because we can't figure out what you did wrong (or, maybe,
what the code did wrong) based on this.  We need to see exactly what
commands you gave and what results you got.  Please read
http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

(In general, though, in PG 9.1 you do not source contrib SQL scripts
directly.  CREATE EXTENSION is the way to install a contrib module into
a database.)

            regards, tom lane

pgsql-general by date:

Previous
From: Cody Caughlan
Date:
Subject: Re: Large values for duration of COMMITs and slow queries. Due to large WAL config values?
Next
From: Jerry Levan
Date:
Subject: Re: [GENERAL] Re: [GENERAL] Need Help Installing Dblink…(Desperately…)