Opened 9 years ago

Last modified 9 years ago

#24811 closed Cleanup/optimization

Add details for installing extensions — at Version 1

Reported by: Alex Krupp Owned by:
Component: Documentation Version: 1.8
Severity: Normal Keywords: hstore hstoreextension
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description (last modified by Alex Krupp)

Currently for installing the Postgres HStoreExtension, the documentation is as follows:

Setup the hstore extension in PostgreSQL before the first CreateModel or AddField operation by adding a migration with the HStoreExtension operation.

However there is no explanation of how to do this. It also seems like the migrations would need to be run as superuser, so doing this in a secure way should be incorporated into the instructions.

Change History (1)

comment:1 by Alex Krupp, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top