Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

File Browser

Topbinaryv8.4betasolarisopensolaris → i386

Directories

[Parent Directory] [Parent Directory]

Files

README File

These binaries are built for OpenSolaris and have been tested on OpenSOlaris 
2008.06 (Nevada build snv_86).  They may not work on older builds.

NB this is not an officially supported Sun released product.

How to install the Solaris binaries of PostgreSQL 8.4 beta1
-----------------------------------------------------------

Go to the directory where you want to have it installed and

  bunzip2 < postgresql-8.4beta1-opensolaris.i386-32.tar.bz2 | tar xpf -

or

  bunzip2 < postgresql-8.4beta1-opensolaris.i386-64.tar.bz2 | tar xpf -

These two compressed archives contain 32 bit or 64 bit binaries,
respectively, in addition to documentation, header files etc. which
are common to both.

The files will be installed in directories under
'postgres/8.4-beta', so if you install under /usr they will be at
locations similar to the existing PostgreSQL in Solaris.

The directory is called '8.4-beta' in order to avoid any confusion
with a future intergation of PostgreSQL 8.4 into OpenSolaris.

If you install as root, the files will be owned by the user
'postgres', unless you add the option character 'o' to the tar
command, in which case they will be owned by root.

Make sure /postgres/8.4-beta/bin is in your PATH *before*
/usr/bin, otherwise you will by default use the PostgreSQL 8.1
binaries.

If you install the 64bit package, these files will install in
subdirectories bin/64 and lib/64 rather than bin and lib; adjust your
PATH accordingly.  This also means that it's possible to install both
32 bit and 64 bit PostgreSQL on the same system.

Privacy Policy | Project hosted by our server sponsors. | Designed by tinysofa
Copyright © 1996 – 2009 PostgreSQL Global Development Group