PostgreSQL

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第4行: 第4行:
 
==安装指南==
 
==安装指南==
 
  ./configure
 
  ./configure
  gmake
+
  gmake // ln -s /usr/bin/make /usr/bin/gmake
 
  su
 
  su
 
  gmake install
 
  gmake install

2006年7月21日 (五) 15:07的版本

Postgresql.jpeg

PostgreSQL: The world's most advanced open source database

安装指南

./configure
gmake // ln -s /usr/bin/make /usr/bin/gmake
su
gmake install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test

PostgreSQL Limits

Limit Value

  • Maximum Database Size Unlimited
  • Maximum Table Size 32 TB
  • Maximum Row Size 1.6 TB
  • Maximum Field Size 1 GB
  • Maximum Rows per Table Unlimited
  • Maximum Columns per Table 250 - 1600 depending on column types
  • Maximum Indexes per Table Unlimited

PostgreSQL发行版

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱