Hi,

On 11/2/2011 3:37 PM, Whalen, Liam wrote:
I can still use pgAdmin, but I'm concerned that these errors may
> hinder Evergreen somehow.  Does anyone know what schema's these
> errors are referring to?  I do not seem to have either a parser,
> dict, or prs schema in my evergreen db.

"parser", "dict", and "prs" aren't schemata, they're table aliases in the query that pgAdmin is issuing.

Do the tables pg_ts_dict, pg_ts_template and pg_ts_parser exist in your database? They'd be in the pg_catalog schema. If not, either your search path doesn't include pg_catalog (which I suspect would cause pgAdmin to complain a lot more) or you need to load the tsearch2 extension back into your database.

Regards,

Galen
--
Galen Charlton
Director of Support and Implementation
Equinox Software, Inc. / The Open Source Experts
email:  [email protected]
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:    http://www.esilibrary.com
Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org

Reply via email to