Re: extension installation PB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jean-Yves F(dot) Barbier" <12ukwn(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: extension installation PB
Date: 2011-11-06 21:47:56
Message-ID: 8154.1320616076@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Jean-Yves F. Barbier" <12ukwn(at)gmail(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2011-11-06 21:55:04 Re: test strange behavior
Previous Message Jean-Yves F. Barbier 2011-11-06 20:57:39 test strange behavior