* Central phpPgAdmin configuration. As a user you may modify the
* settings here for your particular configuration.
*
- * $Id: config.inc.php-dist,v 1.28 2003/11/08 09:06:43 chriskl Exp $
+ * $Id: config.inc.php-dist,v 1.29 2003/11/14 09:22:10 chriskl Exp $
*/
// An example server. Create as many of these as you wish,
// (eg. Run 'SELECT * FROM pg_database' in the SQL area.)
$conf['owned_only'] = false;
- // Display "advanced" objects? Setting this to false will hide types, operators
+ // 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.
- $conf['show_advanced'] = true;
+ $conf['show_advanced'] = false;
// Display "system" objects?
$conf['show_system'] = false;