File tree 1 file changed +5
-5
lines changed
docs/ref/contrib/postgres 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ For example::
30
30
...
31
31
]
32
32
33
- Creating the extension requires a database user with superuser privileges.
34
- If the Django database user doesn't have superuser privileges, you'll have
35
- to create the extension outside of Django migrations with a user that has
36
- the appropriate privileges . In that case, connect to your Django database and
37
- run the query ``CREATE EXTENSION IF NOT EXISTS hstore;``.
33
+ For most extensions, this requires a database user with superuser privileges.
34
+ If the Django database user doesn't have the appropriate privileges, you'll
35
+ have to create the extension outside of Django migrations with a user that has
36
+ them . In that case, connect to your Django database and run the query
37
+ ``CREATE EXTENSION IF NOT EXISTS hstore;``.
38
38
39
39
.. currentmodule:: django.contrib.postgres.operations
40
40
You can’t perform that action at this time.
0 commit comments