Thread: postgresql 8.0 Rc1

postgresql 8.0 Rc1

From
"Prasad Duggineni"
Date:
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)"
 
 
 
 

Re: postgresql 8.0 Rc1

From
Jeff Davis
Date:
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)"
>
>
>
>