
postgreSQL
erolid
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS 安装postgreSQL9.1
以下是在CentOS5.5上安装postgresql9.1的相关记录 (1) 从http://yum.pgrpms.org/repopackages.php 下载postgresql9.1 rpm安装包 [root@server1 ~]# wget http://yum.pgrpms.org/9.1/redhat/rhel-5-i386/pgdg-centos91-9.1-4.noa...原创 2012-01-11 09:11:38 · 205 阅读 · 0 评论 -
Postgresql存储样例
-- Function: wsn_dynamic_amount_power(character varying, character varying, integer, numeric) -- DROP FUNCTION wsn_dynamic_amount_power(character varying, character varying, integer, numeric); C...原创 2012-01-12 13:45:26 · 109 阅读 · 0 评论 -
Ubuntu 10/11 Installing Postgresql 9.0 Config
sudo apt-get install python-software-properties Next up is adding the backports repo and updating apt: sudo add-apt-repository ppa:pitti/postgresql sudo apt-get update UPDATE: In the...原创 2011-10-24 18:29:14 · 97 阅读 · 0 评论 -
Ubuntu 10 系统下postgreSQL9.0的安装及使用笔记
一、安装 1.postgresql安装 apt-get install postgresql-8.3 或者 apt-get install postgresql-9.30 dbsql -------------------------------------------------------- http://www.dctrwatson.com/2010...原创 2012-08-16 17:07:16 · 129 阅读 · 0 评论