Create user with permission to create databases:
> sudo -u postgres createuser -U postgres -P -d <user-name>
Enter password for new role: <user-password>
Enter it again: <user-password>
Create database:
> createdb -h localhost -U <user-name> <database-name>
Create tables and indexes:
> psql -h localhost <database-name> <user-name> < dump.sql
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/7c34def2-b135-4350-b184-40952fe8961c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/7c34def2-b135-4350-b184-40952fe8961c%40googlegroups.com.