[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pg-database.sql
- Subject: Re: Pg-database.sql
- From: "Chris Travers" <..hidden..>
- Date: Wed, 18 Jul 2007 10:29:42 -0700
The Pg-database.sql requires two modules from PostgreSQL's contrib:
tsearch2 and tablefunc
Tsearch2 give provides text indexing functionality while tablefunc has connectby() (similar to CONNECT BY in Oracle). If installing PostgreSQL from source, you will need to build these and intall them into your database prior to running
Pg-database.sql. If you are using your package manager, you will need to run the installation scripts for your databae before running Pg-database.sql.
Best Wishes,
Chris Travers