summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2016-02-26 15:44:38 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2016-02-26 07:37:30 +0000
commit4f859e7371c00e8b01ed2c2a308990c5b71d7b88 (patch)
treee931ce851881f0d29291b9f28ea046562b2f5445
parent09800bdda7964c4423bffcac60baaf530a2e8dc0 (diff)
config-gerrit: List database types in alphabetical order
-rw-r--r--Documentation/config-gerrit.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index ec2945efe6..f75599552d 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -1346,21 +1346,21 @@ Type of database server to connect to. If set this value will be
used to automatically create correct database.driver and database.url
values to open the connection.
+
-* `POSTGRESQL`
-+
-Connect to a PostgreSQL database server.
-+
* `H2`
+
Connect to a local embedded H2 database.
+
+* `JDBC`
++
+Connect using a JDBC driver class name and URL.
++
* `MYSQL`
+
Connect to a MySQL database server.
+
-* `JDBC`
+* `POSTGRESQL`
+
-Connect using a JDBC driver class name and URL.
+Connect to a PostgreSQL database server.
+
If not specified, database.driver and database.url are used as-is,