Thanks for your response. Not to sound like a total newbie, but since I am relatively new to Linux and Postgres, can you give me a clue where I might look for this setting? Is this in a conf file somewhere, or is it in files that I then need to (re)compile?
I guess I just need some guidance on where "somewhere in the headers" might be and what I need to do. Thanks very much for your help. I really appreciate it. Evan > -----Original Message----- > From: rudi [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 22, 2002 1:03 PM > To: CF-Linux > Subject: Re: CF5/Postgres - "Query string is too long > > > Sat, Jun 22, 2002 at 12:35:19PM -0400 scrivesti > > Is there a limit somewhere within the ODBC driver and/or > Postgres? Any help > > would be greatly appreciated. > > Yes. Postgres fixed this issue, but they forgot to fix the odbc driver (I > think they will fix this too soon): > > #define TEXT_FIELD_SIZE 8190 > > somewhere in the headers (grep it) > > I changed it to 16384 and now it works. It's not the best solution because > this way it allocs 16k each time, but fixing with dynamic mallocs > was out of > my time (and of my skills maybe). > > > -- > Rd > > "The trilling wire in the blood > Sing below inveterate scars > Appeasing long forgotten wars." > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
