Обсуждение: BUG #13505: Create Extension

Поиск
Список
Период
Сортировка

BUG #13505: Create Extension

От
priyanka@rirl.org
Дата:
The following bug has been logged on the website:

Bug reference:      13505
Logged by:          priyanka konduru
Email address:      priyanka@rirl.org
PostgreSQL version: 9.4.0
Operating system:   windows
Description:

Hi I am trying to  activate tablefunc extension by using create extension
But nable to i am getting error saying

ERROR:  syntax error at or near "EXTENSION"
LINE 1: CREATE EXTENSION adminpack;
               ^

********** Error **********

ERROR: syntax error at or near "EXTENSION"
SQL state: 42601
Character: 8

Please help in overcoming this youe support will be much appreciated.

Re: BUG #13505: Create Extension

От
Tom Lane
Дата:
priyanka@rirl.org writes:
> The following bug has been logged on the website:
> Bug reference:      13505
> Logged by:          priyanka konduru
> Email address:      priyanka@rirl.org
> PostgreSQL version: 9.4.0
> Operating system:   windows
> Description:

> Hi I am trying to  activate tablefunc extension by using create extension
> But nable to i am getting error saying

> ERROR:  syntax error at or near "EXTENSION"
> LINE 1: CREATE EXTENSION adminpack;
>                ^

Apparently you're working with a 9.0 or older Postgres server.

            regards, tom lane