Discussion:
How to Install Extensions
Naveen Krishna
2014-10-16 13:27:12 UTC
Permalink
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



With Regards
M N Muralikrishna
Pavel Stehule
2014-10-16 17:44:46 UTC
Permalink
Hi
Post by Naveen Krishna
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
Post by Naveen Krishna
With Regards
M N Muralikrishna
Andreas Kretschmer
2014-10-16 17:50:13 UTC
Permalink
Post by Naveen Krishna
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
create extension ...;


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°
--
Sent via pgsql-general mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Loading...