Re: extension installation PB - Mailing list pgsql-novice

From Tom Lane
Subject Re: extension installation PB
Date
Msg-id 8154.1320616076@sss.pgh.pa.us
Whole thread Raw
In response to extension installation PB  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
List pgsql-novice
"Jean-Yves F. Barbier" <12ukwn@gmail.com> writes:
> I've an old script installing Pg extensions that I modified to fit
> from 9.1 paths & file names.

As of 9.1, extension script files are not meant to be read directly.
They typically will fail, and if you found one that didn't fail,
executing it directly would still be the wrong thing because the
SQL objects wouldn't get bundled into an extension.

Use the CREATE EXTENSION command, instead.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Jean-Yves F. Barbier"
Date:
Subject: test strange behavior
Next
From: Tom Lane
Date:
Subject: Re: test strange behavior