BUG #13505: Create Extension

Started by Nonamealmost 11 years ago2 messagesbugs
Jump to latest
#1Noname
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.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: BUG #13505: Create Extension

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs