]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
Use consistent capitalization.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 28 May 2014 20:22:18 +0000 (16:22 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 28 May 2014 20:22:18 +0000 (16:22 -0400)
doc/mailbox-countrc.example

index 3e9559d02935aa326b959809b0d7edcd01c2d591..26390085297171f43bb5cc73e4c70e8146d2013f 100644 (file)
 # detail_query = "SELECT domain,username FROM mailbox LIMIT 1000;"
 
 
 # detail_query = "SELECT domain,username FROM mailbox LIMIT 1000;"
 
 
-# Hostname where the database is located (postgres-only).
+# Hostname where the database is located (Postgres-only).
 #
 # Default: None, a UNIX domain socket connection is attempted (Postgres only)
 #
 # host = "localhost"
 
 
 #
 # Default: None, a UNIX domain socket connection is attempted (Postgres only)
 #
 # host = "localhost"
 
 
-# Password used to connect to the database (postgres-only).
+# Password used to connect to the database (Postgres-only).
 #
 # Default: None (assumes passwordless authentication)
 #
 # password = "hunter2"
 
 
 #
 # Default: None (assumes passwordless authentication)
 #
 # password = "hunter2"
 
 
-# Port number used to connect to the database (postgres-only).
+# Port number used to connect to the database (Postgres-only).
 #
 # Default: None, a UNIX domain socket connection is attempted (Postgres only)
 #
 #
 # Default: None, a UNIX domain socket connection is attempted (Postgres only)
 #
@@ -55,7 +55,7 @@
 # summary_query = "SELECT domain,COUNT(username) as cnt GROUP BY domain ORDER by cnt;"
 
 
 # summary_query = "SELECT domain,COUNT(username) as cnt GROUP BY domain ORDER by cnt;"
 
 
-# Username used to connect to the database (postgres-only).
+# Username used to connect to the database (Postgres-only).
 #
 # Default: The current user
 #
 #
 # Default: The current user
 #