|
|
今天再次要用POSTGRESQL 。索性系统的整理一下有关POSTgreSQL 的资料。
http://www.pgsqldb.org/mwiki/index.php PostgreSQL CHINA 
安装
========
测试环境:Ubuntu 8.04
在Ubuntu下安装Postgresql和pgAdmin3
<div class="cnblogs_code">sudo apt-get install postgresql-8.3 postgresql-client-8.3 postgresql-contrib-8.3 |
|