Aviswa
unread,Feb 1, 2015, 6:53:10 AM2/1/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi
I "think" I did install extensions - cube, fuzzystrmatch and a few others as a postgres user(Ubuntu). When I said, "create extension cube", it went through - and didn't allow it again.
postgres=# create extension cube;
ERROR: extension "cube" already exists
postgres=#
Then on, when I changed user settings created the db "testdb"; and then tried a simple SELECT command, I get:
av@aviswa:~$ psql testdb -c "SELECT '1'::cube;"
ERROR: type "cube" does not exist
LINE 1: SELECT '1'::cube;
How do I be able to use cube through my session of psql.
Thank you
AV