欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/Agda, C++/Erlang/Lisp

PostgreSQL

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第34行: 第34行:
 
*EnterpriseDB http://www.enterprisedb.com/
 
*EnterpriseDB http://www.enterprisedb.com/
 
*Pervasive http://www.pervasive.com/
 
*Pervasive http://www.pervasive.com/
 +
 +
==相关链接==
 +
*PostgreSQL 中文网 http://www.pgsqldb.org/

2006年7月21日 (五) 20:30的版本

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 // sudo 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

stop postgresql

su postgres or sudo su postgres 
/usr/local/pgsql/bin/pg_ctl stop -D /usr/local/pgsql/data/

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发行版

相关链接

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

变换
操作
导航
工具箱