diff options
author | admin <devnull@localhost> | 2006-09-02 19:33:03 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-02 19:33:03 +0200 |
commit | 6d5a1c26d9cc3e754687580c6837f4fdbe8af49f (patch) | |
tree | ffc2bbbbb707a0d26df2f0a1f5439f7c449250cf | |
parent | b4fd1d8b53451832fcdc54a01b76522f9bc8e125 (diff) |
-rw-r--r-- | user_guide/libraries/database/configuration.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/libraries/database/configuration.html b/user_guide/libraries/database/configuration.html index 4b7d2a8a0..1e14438aa 100644 --- a/user_guide/libraries/database/configuration.html +++ b/user_guide/libraries/database/configuration.html @@ -117,6 +117,7 @@ for the primary connection, but it too can be renamed to something more relevant <li><strong>pconnect</strong> - TRUE/FALSE (boolean) - Whether to use a persistent connection.</li>
<li><strong>db_debug</strong> - TRUE/FALSE (boolean) - Whether database errors should be displayed.</li>
<li><strong>active_r</strong> - TRUE/FALSE (boolean) - Whether to load the <a href="active_record.html">Active Record Class</a>. If you are not using the active record class you can have it omitted when the database classes are initialized in order to utilize less resources.</li>
+<li><strong>port</strong> - The database port number. Currently only used with the Postgre driver.</li>
</ul>
<p class="important"><strong>Note:</strong> Depending on what database platform you are using (MySQL, Postgre, etc.)
|