Re: table size

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "ccruise" <ccruise(at)rvamerica(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: table size
Date: 2002-03-07 03:27:45
Message-ID: m3it89awge.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"ccruise" <ccruise(at)rvamerica(dot)com> writes:

> I have postgres 7.2. I have a web page that uses coldfusion scripting to
> insert the contents of a form into a table. One of the items on the form is
> a place to put comments. To insert the data into the table, I used cold
> fusion's url encode which converts all not alpha text into their hex values.
> IE: spaces gets converted to %20 and so on. It seemed like a good idea to
> avoid having to attempted to catch for ' or " that may be entered into the
> comment until I got an error saying the query string was too long. Is there
> a limit in postgres on how long the query string can be?

Not currently. Make sure you're running PG 7.1 or later and using the
latest ODBC driver.

-Doug
--
Doug McNaught Wireboard Industries http://www.wireboard.com/

Custom software development, systems and network consulting.
Java PostgreSQL Enhydra Python Zope Perl Apache Linux BSD...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2002-03-07 03:28:20 Re: PostgreSQL Max Connections
Previous Message ccruise 2002-03-07 03:10:50 Re: table size