I'm trying to import several modules that come bundled with 8.4.1 postgres, and all the commands to do so (such as contrib.import etc) do not work or cannot be found. Please help me.
|
|
To install PostgreSQL
For example, if your administrative user was named
PostgresSQL 9.1:After step #1 above, do:
|
|||||
|
I have a database named 'book' for example, psql -U postgres book create extension cube Repeat for each extension required, then \q to logouy |
|||||||
|
|
I only got it to work (on psql 9.1) with the example (when logged in to the database):
I'm on ubuntu server and the folder: But it seems to be the unpacked versions of the extensions.
Anyway, I got the cube-extension to work after running My why of trial and error was using the extension (with database named book as above):
|
|||||
|