Hello,
I'm receiving an error message "Invalid pointer operation" when I'm reading data
from my database.
I'm using PostGreSQL 8.2.5 with Windows 2003 Server Enterprise Edition.
When I saw the psqlodbc log I found teh messages below:
[11.281]CONN ERROR: func=PGAPI_SetConnectOption, desc='', errn
Hi,
Here is a piece of psqlodbc log file:
[0.000]conn=02DE3A70, PGAPI_DriverConnect(
in)='DSN=BI;UID=biuser;PWD=x;', fDriverCompletion=0
[0.000]DSN info:
DSN='BI',server='localhost',port='5432',dbase='BI',user='biuser',passwd='x'
[0.000]
onlyread='0',protocol='7.4',showoid='
Hello,
I changeded shared buffers to 256 MB. But I still receiving the error message.
So I changed to 128 MB, and I received the error again.
I'm using a cursor via ODBC.
Thanks,
Cláudia.
> On Sun, Nov 25, 2007 at 02:53:03AM -0200, [EMAIL PROTECTED]
> wrote:
>> I'm having serious problems w
Hello,
I'm having serious problems with PostGreSQL and Windows Server 2003
Enterprise Edition. The PostgreSQL Server doesn't start if I set the shared
buffers higher than 1GB. All my programs can use only 3 GB of RAM and I have 8GB
of RAM.
When I monitor the processes I can see that PostGreSQL
suscribe
hola!
Yo soy Claudia Mª Restrepo P. Me encuentro realizando mi practica
empresarial (estudiante de ingenieria de sistemas)y ya monte en un servidor
proliant, procesador pentium 3 DIM 128M, disco duro IDE 20GB. En el cual
instale Linux Suse 9.1, estoy trabjando en la base de datos
suscribe
hola!
Yo soy Claudia Mª Restrepo P. Me encuentro realizando mi practica
empresarial (estudiante de ingenieria de sistemas)y ya monte en un servidor
proliant, procesador pentium 3 DIM 128M, disco duro IDE 20GB. En el cual
instale Linux Suse 9.1, estoy trabjando en la base de datos
Hi, I developing a program using postgres and linux like operating
system. My problem is this:
I have a quite complicated view with roughly 1 record. When I
execute a simple query like this
"select * from myview"
postgres respond after 50 - 55 minutes roughly. I hope that someone
can he