diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2016-03-03 23:30:38 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-03-08 22:04:17 +0000 |
commit | 445a2c8574c91b7e3a59cde5cda871cec0003f1f (patch) | |
tree | b136bea93c66ce80a73cdc3faa52c5bfac40a17e /docs | |
parent | be6cc3c2dbb58fada64569014aa3528b7886be4f (diff) | |
download | patchwork-445a2c8574c91b7e3a59cde5cda871cec0003f1f.tar patchwork-445a2c8574c91b7e3a59cde5cda871cec0003f1f.tar.gz |
settings: Don't use 'postgre'
From:
https://wiki.postgresql.org/wiki/Postgres#Changing_name_from_PostgreSQL_to_Postgres
"Does not encourage weird derivations such as 'Postgre'"
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.md b/docs/development.md index 0ff1fc4..d69f42f 100644 --- a/docs/development.md +++ b/docs/development.md @@ -244,7 +244,7 @@ using the provided `dev` settings file. <dt>PW_TEST_DB_PASS = 'password'</dt> <dd>Password to access the database with</dd> <dt>PW_TEST_DB_TYPE = 'mysql'</dt> - <dd>Type of database to use. Options: 'mysql', 'postgresql'</dd> + <dd>Type of database to use. Options: 'mysql', 'postgres'</dd> </dl> [doc-contributing]: ../CONTRIBUTING.md |