3

I've just installed PostgreSQL yesterday and it ran fine with the exact same command:

pg_ctl -D /usr/local/pgsql/data start -l /usr/local/pgsql/log/pgsql.log

However, when I tried to run it again today, it didn't work, and I found the following message in the log file:

FATAL:  unrecognized configuration parameter "default_text_search_config"

Can someone tell me what's wrong?

1
  • What version of PostgreSQL? Where did the install files come from? Your OS? Commented Oct 20, 2011 at 3:14

1 Answer 1

3

That parameter is recognized since PostgreSQL 8.3. You must be installing 8.2 or older, which is unwise. It probably chokes on a config file from another installation in your PATH.

Current version is 9.1. Version 8.2 came out in 2006 (!), it reaches end of life in 2011 (no more security upgrades). Install a more recent version.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.