* Central phpPgAdmin configuration. As a user you may modify the
* settings here for your particular configuration.
*
- * $Id: config.inc.php-dist,v 1.50 2006/12/31 16:10:21 soranzo Exp $
+ * $Id: config.inc.php-dist,v 1.51 2006/12/31 16:48:46 soranzo Exp $
*/
// An example server. Create as many of these as you wish,
// a database, but they do take up space in the interface.
$conf['show_comments'] = true;
- // Display "advanced" objects? Setting this to true will show types,
- // operators conversions, languages and casts in phpPgAdmin. These
- // objects are rarely administered and can clutter the interface.
+ // Display "advanced" objects? Setting this to true will show
+ // aggregates, types, operators, operator classes, conversions,
+ // languages and casts in phpPgAdmin. These objects are rarely
+ // administered and can clutter the interface.
$conf['show_advanced'] = false;
// Display "system" objects?
// Max chars of each field to display by default in browse mode
$conf['max_chars'] = 50;
- // Send XHTML headers? Unless debugging, it's best to leave this off
+ // Send XHTML headers?
$conf['use_xhtml'] = false;
// Base URL for PostgreSQL documentation.