选择显示字体大小

postgresql 7.4.6

postgresql 7.4.6 post-install-notes


the postgresql port has a collection of "side orders":

postgresql-doc
for all of the html documentation

p5-pg
a perl5 api for client access to postgresql databases.

postgresql-tcltk
if you want tcl/tk client support.

postgresql-jdbc
for java jdbc support.

postgresql-odbc
for client access from unix applications using odbc as access
method. not needed to access unix postgresql servers from win32
using odbc. see below.

ruby-postgres, py-pygresql
for client access to postgresql databases using the ruby & python
languages.

p5-postgresql-plperl, postgresql-pltcl & postgresql-plruby
for using perl5, tcl & ruby as procedural languages.

postgresql-contrib
lots of contributed utilities, postgresql functions and
datatypes. there you find autovacuum, pgcrypto and many other cool
things.

etc etc...

for procedural languages and postgresql functions, please note that
you might have to update them when updating the server. for example,
the "elog" method disappeared in postgresql-7.4, so postgresql-contrib
must be updated along with the server.

if you have many tables and many clients running, consider raising
kern.maxfiles using sysctl(8), or reconfigure your kernel
appropriately.

you should vacuum and backup your database regularly. there is a
periodic script, /usr/local/share/postgresql/502.pgsql, that you may
find useful.

to allow many simultaneous connections to your postgresql server, you
should raise the systemv shared memory limits in your kernel. here are
example values for allowing up to 180 clients (tinkering in
postgresql.conf also needed, of course):
options sysvshm
options sysvsem
options sysvmsg
options shmmaxpgs=65536
options semmni=40
options semmns=240
options semume=40
options semmnu=120

if you plan to access your postgresql server using odbc, please
consider running the sql script /usr/local/share/postgresql/odbc.sql
to get the functions required for odbc compliance.
======================================================================

to initialize the database, you should run initdb as the "pgsql" user


 


关键字 本文所属关键字

相关 与本文相关文章

分类 所有文章关键字导航

源码编程相关

Java   Asp   PHP   .Net   XML   C/C++   CGI   VB   Jsp   J2ee   J2se   J2me   EJB   Servlet   Tomcat   Resin   Struts   Weblogic   Eclipse   ANT   GUI   JMS   Web servise   IDEA   Webphere   Hibernate   Spring   Jboss   Applet   Swing   Socket   Javamail   Perl   Ajax   P2P   安全   模式   框架   测试   开源   游戏

SQL数据库相关

My-SQL   Ms-SQL   Access   DB2   Oracle   Sybase   SQLserver   索引   存储过程   加密   数据库   分页   视图  

手机无线相关

3G   Wap   CDMA   GRPS   GSM   IVR   彩信   短信   无线   增值业务

网页设计制作相关

HTML   CSS   网页配色   网页特效   Javascript   VBscript   Dreamweaver   Frontpage   JS   Web   网站设计

网站建设推广相关

建站经验   网站优化   网站排名   推广   Alexa

操作系统/服务器相关

Windows XP   Windows 2000   Windows 2003   Windows Me   Windows 9.x   Linux   UNIX   注册表   操作系统   服务器   应用服务器

图形图像多媒体相关

Photoshop   Fireworks   Flash   Coreldraw   Illustrator   Freehand   Photoimpact   多媒体   图形图像

标准 网站致力的规范

Valid CSS!

无不良内容,无不良广告,无恶意代码

Valid XHTML 1.0 Transitional

creativecommons