Index: openacs-4/packages/acs-core-docs/www/postgres.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/postgres.html,v diff -u -r1.21.2.4 -r1.21.2.5 --- openacs-4/packages/acs-core-docs/www/postgres.html 15 Dec 2003 15:03:47 -0000 1.21.2.4 +++ openacs-4/packages/acs-core-docs/www/postgres.html 16 Dec 2003 13:58:42 -0000 1.21.2.5 @@ -1,4 +1,4 @@ -Install PostgreSQL

Install PostgreSQL

by Vinod Kurup

+Install PostgreSQL

Install PostgreSQL

by Vinod Kurup

OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff.

Skip this section if you will run only Oracle.

OpenACS 5.0.0b4 will run with PostgreSQL 7.2.x, 7.3.2, @@ -67,7 +67,7 @@ Change to the postgres user and run ./configure to set the compilation options automatically. This is the point at which you can configure PostgreSQL in various ways. For example, if you want to enable - Unicode support, add the flags --enable-locale and --enable-multibyte. If you want to see what the other possibilities are, run ./configure --help. + Unicode support, add the flags --enable-locale and --enable-multibyte. If you want to see what the other possibilities are, run ./configure --help.

[root src]# su - postgres
 [postgres pgsql]$ cd /usr/local/src/postgresql-7.3.4
 [postgres postgresql-7.3.4]$ ./configure