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.
Dismiss
Insights on the world's developers
Demographics. Technologies. Salaries. Career satisfaction.
|
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 |
|||||||||
|