docs: Standardize on PostgreSQL, not Postgres.

This commit is contained in:
Alex Vandiver
2020-10-26 14:27:53 -07:00
committed by Tim Abbott
parent eaa99359b1
commit 1f7132f50d
35 changed files with 143 additions and 143 deletions

View File

@@ -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