Re: postgresql 8.0 Rc1

Lists: pgsql-general
From: "Prasad Duggineni" <pduggineni(at)prominencenet(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: postgresql 8.0 Rc1
Date: 2004-12-30 21:26:12
Message-ID: 006d01c4eeb6$30a980d0$520aa8c0@pduggineni
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

I do see the following error in /var/log/messages when I try to start my application. It was working fine in 7.4.6. I did upgrade from 7.4.6 to 8.0 Rc1.
"ERROR:unregcongnized configuration parameter 'ksqo'" .
This is happening after I execute this statement "res = SQLAllocHandle(SQL_HANDLE_STMT, *phdbc, phstmt)"


From: Jeff Davis <jdavis-pgsql(at)empires(dot)org>
To: Prasad Duggineni <pduggineni(at)prominencenet(dot)com>
Cc: PgSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql 8.0 Rc1
Date: 2004-12-31 20:14:38
Message-ID: 1104524078.3003.388.camel@jeff
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Look in the configuration file and see if anything looks strange; in
particular, look for "ksqo" and see what it might be complaining about.

Regards,
Jeff

On Thu, 2004-12-30 at 16:26 -0500, Prasad Duggineni wrote:
> I do see the following error in /var/log/messages when I try to start
> my application. It was working fine in 7.4.6. I did upgrade from
> 7.4.6 to 8.0 Rc1.
> "ERROR:unregcongnized configuration parameter 'ksqo'" .
> This is happening after I execute this statement "res =
> SQLAllocHandle(SQL_HANDLE_STMT, *phdbc, phstmt)"
>
>
>
>