Re: How to Install Extensions - Mailing list pgsql-general

From Pavel Stehule
Subject Re: How to Install Extensions
Date
Msg-id CAFj8pRD50RsOAkMwzBNLB6rvaRgex=rW6C8-ery4zeCf7vvNcA@mail.gmail.com
Whole thread Raw
In response to How to Install Extensions  (Naveen Krishna <naveen.krishna1991@gmail.com>)
List pgsql-general
Hi

2014-10-16 15:27 GMT+02:00 Naveen Krishna <naveen.krishna1991@gmail.com>:
Respected Sir,

    i want to use postgresql DataBase. but when i am trying to execute script it is showing me error in extensions, i tried in many ways but i am not able to execute script, please tell me how to install Extension in postgresql. i am waiting for your kind replay

please, specify a error message? What extension, do you want to install?

first you have to have installed extension on server.

second, you have to register extension in your database by execution of statement CREATE EXTENSION extension_name;

Regards

Pavel Stehule
 



With Regards
M N Muralikrishna



pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: COPY data into a table with a SERIAL column?
Next
From: Andreas Kretschmer
Date:
Subject: Re: How to Install Extensions