Re: [HACKERS] postgresql query string length limit

2006-02-19 Thread Michael Fuhr
On Mon, Feb 20, 2006 at 01:28:50PM +1300, Mark Kirkwood wrote: > uwcssa wrote: > >I am using version 8.0.3. i installed using the > >--without-readline option. > > Platform and os version would be good too :-), along with the client you > are using to elicit this behavior (e.g, psql, Pgadm

Re: [HACKERS] postgresql query string length limit

2006-02-19 Thread Douglas McNaught
uwcssa <[EMAIL PROTECTED]> writes: > i am using psql client. On Fedora core (linux core: 2.4.20-8 ) > as well on Suze 10.0 (core: 2.6.13-15.7-smp). Both has the same problem. Please send a test case (shell script that shows the behavior). I can do $ psql -f foo.sql doug where 'foo.sql' in

Re: [HACKERS] postgresql query string length limit

2006-02-19 Thread uwcssa
i am using psql client. On Fedora core (linux core: 2.4.20-8 ) as well on Suze 10.0 (core: 2.6.13-15.7-smp). Both has the same problem. thanks /19/06, Mark Kirkwood <[EMAIL PROTECTED]> wrote: > uwcssa wrote: > > I am using version 8.0.3. i installed using the > > --without-readline opti

Re: [HACKERS] postgresql query string length limit

2006-02-19 Thread Mark Kirkwood
uwcssa wrote: I am using version 8.0.3. i installed using the --without-readline option. Platform and os version would be good too :-), along with the client you are using to elicit this behavior (e.g, psql, Pgadmin etc). Cheers Mark ---(end of broadcast)

Re: [HACKERS] postgresql query string length limit

2006-02-19 Thread Douglas McNaught
uwcssa <[EMAIL PROTECTED]> writes: > I am using version 8.0.3. i installed using the > --without-readline option. What client are you using? > is there a quick workaround? The limit shouldn't be there. If you can post a test case that demonstrates the problem, perhaps someone can help.

Re: [HACKERS] postgresql query string length limit

2006-02-19 Thread uwcssa
I am using version 8.0.3. i installed using the --without-readline option. is there a quick workaround? On 2/19/06, Douglas McNaught <[EMAIL PROTECTED]> wrote: > uwcssa <[EMAIL PROTECTED]> writes: > > > I found any query exceeds 4096 charactors will be pruned automatically. i > am > > won

Re: [HACKERS] postgresql query string length limit

2006-02-19 Thread Douglas McNaught
uwcssa <[EMAIL PROTECTED]> writes: > I found any query exceeds 4096 charactors will be pruned automatically. i am > wondering which knob should i change to make it larger , say, 1 > charactors. i searched for a while but was not able to find it online. so if > anyone has a quick nswer that

[HACKERS] postgresql query string length limit

2006-02-19 Thread uwcssa
 I found any query exceeds 4096 charactors will be pruned automatically. i am wondering which knob should i change to make it larger , say, 1 charactors.  i searched for a while but was not able to find it online.  so if anyone has a quick nswer that will be highly appreciated.