-
-
/**
- * 这里是 phpPgAdmin 的配置中心。用户需要根据自己的实际情况修改这里的设置。
- *
- * $Id: config.inc.php-dist,v 1.53 2007/04/18 14:08:48 mr-russ Exp $
- */ bbs.it-home.org
- // 一个示例服务器。你可以建立任意多个这样的服务器,索引从零开始递增。
- // 显示在登陆屏幕上的服务器名字
- $conf['servers'][0]['desc'] = 'PostgreSQL';
- // 服务器的主机名或IP地址。对于 UNIX domain socket 请使用 '' 。
- // 对于本地 TCP/IP 链接请使用 'localhost' 。
- $conf['servers'][0]['host'] = '';
- // 服务器的数据库链接端口(5432 是 PostgreSQL 的默认端口)
- $conf['servers'][0]['port'] = 5432;
- // SSL 链接选项: disable(禁止), allow(允许), prefer(首选), require(必须)
- $conf['servers'][0]['sslmode'] = 'allow';
- // 更改仅在无法连接到 template1 的时候默认链接的数据库。
- // 对于 PostgreSQL 8.1 以上版本的服务器,你需要将此处设为 'postgres'
- $conf['servers'][0]['defaultdb'] = 'template1';
- // 指定数据库转储工具的路径。如果没有转储工具可用,请在将这里设为 '' 。
- $conf['servers'][0]['pg_dump_path'] = '/usr/bin/pg_dump';
- $conf['servers'][0]['pg_dumpall_path'] = '/usr/bin/pg_dumpall';
- // 使用 Slony (www.slony.info) 支持?
- $conf['servers'][0]['slony_support'] = false;
- // 指定 Slony SQL 脚本的位置(slony1_base.sql 所在目录等等),不要包含结尾斜线
- $conf['servers'][0]['slony_sql'] = '/usr/share/pgsql';
- // 第二个示例服务器 (PostgreSQL for Windows)
- //$conf['servers'][1]['desc'] = 'Test Server';
- //$conf['servers'][1]['host'] = '127.0.0.1';
- //$conf['servers'][1]['port'] = 5432;
- //$conf['servers'][1]['sslmode'] = 'allow';
- //$conf['servers'][1]['defaultdb'] = 'template1';
- //$conf['servers'][1]['pg_dump_path'] = 'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dump.exe';
- //$conf['servers'][1]['pg_dumpall_path'] = 'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dumpall.exe';
- //$conf['servers'][1]['slony_support'] = false;
- //$conf['servers'][1]['slony_sql'] = 'C:\\Program Files\\PostgreSQL\\8.0\\share';
- // 默认语言,比如:'english', 'chinese-sim-utf8', 'chinese-tr' ,参看 lang/ 目录以获取所有可用的语言。
- // 如果你设置为 'auto'(默认值),将会根据浏览器的喜好进行选择。
- $conf['default_lang'] = 'auto';
- // 自动完成使用 ajax 技术在插入字段上交互的列出外键选项。
- // 当前它只能在单字段外键上工作。你可以通过下列设置控制其行为:
- // 'default on' 默认启用自动完成功能
- // 'default off' 允许使用自动完成功能,但默认不启用
- // 'disable' 完全禁止此功能
- $conf['autocomplete'] = 'default on';
- // 是否使用安全登陆?
- // 如果此处设为 true ,那么不使用密码登陆,将会被 phpPgAdmin 拒绝。
- // 同样,使用(pgsql, postgres, root, administrator)用户之一登陆,也会被拒绝。
- // 仅在你明白如何更改 pg_hba.conf 以强制使用密码保护本地链接的情况下,才能将此处设为 false 。
- $conf['extra_login_security'] = true;
- // 是否仅仅显示登录用户所拥有的数据库?
- // 注意:这仅仅是简单的在列表中隐藏其他数据库而已,
- // 它并不能阻止用户使用其它方法访问其它数据库(比如运行'SELECT * FROM pg_database')
- $conf['owned_only'] = false;
- // 是否显示对象的注释?
- // 数据库的注释是非常有用的,但是它们确实会占用不少界面空间。
- $conf['show_comments'] = true;
- // 是否显示"高级"对象?
- // 将此设为 true 将显示 types, operators conversions, languages, casts
- // 这些对象很少需要管理,并且常常会将界面搞的乱七八糟。
- $conf['show_advanced'] = false;
- // 是否显示"系统"对象?
- $conf['show_system'] = false;
- // 是否显示 reports 特性?
- // 为了使该特性能正常工作,你必须按照 INSTALL 文件的指导安装 reports 数据库。
- $conf['show_reports'] = true;
- // 用于 reports 的数据库和表
- $conf['reports_db'] = 'phppgadmin';
- $conf['reports_schema'] = 'public';
- $conf['reports_table'] = 'ppa_reports';
- // 是否仅仅显示登陆用户所拥有的 reports ?
- // 注意:它并不能阻止用户使用其它方法访问其它 reports 数据库。
- $conf['owned_reports_only'] = false;
- // 允许用户设置的密码的最小长度
- $conf['min_password_length'] = 1;
- // 左侧框架的像素宽度(对象浏览器)
- $conf['left_width'] = 200;
- // 使用哪种界面风格?
- $conf['theme'] = 'default';
- // 是否在浏览表的时候显示 OID ?
- $conf['show_oids'] = false;
- // 浏览记录集合的时候每页显示的最大行数
- $conf['max_rows'] = 30;
- // 浏览时默认每个字段显示的最大字符数
- $conf['max_chars'] = 50;
- // 是否发送 XHTML 头?
- $conf['use_xhtml_strict'] = false;
- // PostgreSQL 文档的基准 URL
- // 如果存在'%s'将会被 PostgreSQL 版本号所代替(7, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3)
- $conf['help_base'] = 'http://www.postgresql.org/docs/%s/interactive/';
- /*****************************************
- * !!请千万不要修改本行之后的内容!! *
- *****************************************/
- $conf['version'] = 19;
- ?>
复制代码
|
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
作者最新文章
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31