summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-07-05 13:54:08 +0200
committerDerek Allard <derek.allard@ellislab.com>2010-07-05 13:54:08 +0200
commit127a1d9a66ebce61862696cd861573e538499e4a (patch)
tree2c1b29001890f49ea723c573323df056fc2e62e5 /user_guide/database
parentc778e79cca825ea3a9d8399c7fb7a7aa4e3a3147 (diff)
example clarification
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/configuration.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html
index 7b1b7003b..893db6221 100644
--- a/user_guide/database/configuration.html
+++ b/user_guide/database/configuration.html
@@ -138,7 +138,7 @@ for the primary connection, but it too can be renamed to something more relevant
<li><strong>swap_pre</strong> - A default table prefix that should be swapped with <var>dbprefix</var>. This is useful for distributed applications where you might run manually written queries, and need the prefix to still be customizable by the end user.</li>
<li><strong>autoinit</strong> - Whether or not to automatically initialize the database.</li>
<li><strong>stricton</strong> - TRUE/FALSE (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL while developing an application.</li>
-<li><strong>port</strong> - The database port number. Currently only used with the Postgres driver. To use this value you have to add a line to the database config array.<code>$db['default']['port'] = 5432;</code>
+<li><strong>port</strong> - The database port number. To use this value you have to add a line to the database config array.<code>$db['default']['port'] = 5432;</code>
</ul>
<p class="important"><strong>Note:</strong> Depending on what database platform you are using (MySQL, Postgres, etc.)