mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
docs: Standardize on PostgreSQL, not Postgres.
This commit is contained in:
committed by
Tim Abbott
parent
eaa99359b1
commit
1f7132f50d
@@ -7,7 +7,7 @@ from zerver.lib.management import ZulipBaseCommand
|
||||
|
||||
def create_indexes() -> None:
|
||||
# Creating concurrent indexes is kind of a pain with current versions
|
||||
# of Django/Postgres, because you will get this error with seemingly
|
||||
# of Django/PostgreSQL, because you will get this error with seemingly
|
||||
# reasonable code:
|
||||
#
|
||||
# CREATE INDEX CONCURRENTLY cannot be executed from a function or multi-command string
|
||||
|
||||
Reference in New Issue
Block a user