Forum OpenACS Q&A: Re: Upgrade Problem from 5.4 to 5.5

Collapse
Posted by Dave Bauer on
Yes, it appears you did not set

add_missing_from = ON or true, whatever PG expects, in postgresql.conf.

While you are there check the other compatibility flags to make sure they are set correctly.

Collapse
Posted by Nima Mazloumi on
yes. you were right. changed those too:

add_missing_from = on
default_with_oids = on
regex_flavor = extended