Re: [HACKERS] problem with install scripts.

2007-04-08 Thread Peter Eisentraut
Tzahi Fadida wrote: > On Sunday 08 April 2007 21:34:52 Peter Eisentraut wrote: > > Tzahi Fadida wrote: > > > What should i do? > > > > Telling what version you use and what error messages you see would > > help. > > SET client_min_messages = warning; > \set ECHO none > + ERROR: unrecognized co

Re: [HACKERS] problem with install scripts.

2007-04-08 Thread Tzahi Fadida
On Sunday 08 April 2007 21:34:52 Peter Eisentraut wrote: > Tzahi Fadida wrote: > > What should i do? > > Telling what version you use and what error messages you see would help. SET client_min_messages = warning; \set ECHO none + ERROR: unrecognized configuration parameter "standard_conformin

Re: [HACKERS] problem with install scripts.

2007-04-08 Thread Peter Eisentraut
Tzahi Fadida wrote: > What should i do? Telling what version you use and what error messages you see would help. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will i

[HACKERS] problem with install scripts.

2007-04-08 Thread Tzahi Fadida
Hi, I used the development version of PostgreSQL to compile my module fulldisjunctions. The install scripts works well there (passes). However, i wanted to check if it still works (backward compatible) with the stable version and it complains on these lines in the sql script when i do make insta