摘要: 1. DROP TABLE products; NOTICE: constraint orders_product_no_fkey on table orders depends on table products ERROR: Cannot drop table products because other objects depend on it Use DROP ...... 阅读全文
posted @ 2009-03-09 16:59 Dufe王彬 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 在/Zend/Db/Adapter/Pdo/Abstract中的一个query改写成: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public function query($sql, $table_name=array(), $bi... 阅读全文
posted @ 2009-03-09 16:03 Dufe王彬 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1.找到Postgresql安装目录/share/contrib 2.在目录中找到dblink.sql,执行这个文件里的SQL语句. 3. 与远程服务器建立一个连接: select dblink_connect('db_name','dbname=db_name host=192.168.1.1 user=postgres password=123456'); 通过这个连接访问那台数据库: se... 阅读全文
posted @ 2009-03-09 15:51 Dufe王彬 阅读(683) 评论(0) 推荐(0) 编辑