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 configuration parameter
> "standard_conforming_strings" + ERROR:  unrecognized configuration
> parameter "escape_string_warning" RESET client_min_messages;
>
> #define CATALOG_VERSION_NO  200411041

Well, your version is too old then.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


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_conforming_strings"
+ ERROR:  unrecognized configuration parameter "escape_string_warning"
  RESET client_min_messages;

#define CATALOG_VERSION_NO  200411041


-- 
Regards,
Tzahi.
--
Tzahi Fadida
Blog: http://tzahi.blogsite.org | Home Site: http://tzahi.webhop.info
WARNING TO SPAMMERS:  see at 
http://members.lycos.co.uk/my2nis/spamwarning.html

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


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 ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match