Re: [GENERAL] Large, searchable text fields? - Mailing list pgsql-general

From Tim Perdue
Subject Re: [GENERAL] Large, searchable text fields?
Date
Msg-id 005b01be8f8f$1c889140$0b8c5aa5@timnt.weather.net
Whole thread Raw
List pgsql-general
Use 'text'.

You will still run into the 8K limitation, where the total SQL length can
only be 8192 bytes (on my system it's more like 8100 bytes).

Tim Perdue
PHPBuilder.com / GotoCity.com / Geocrawler.com


-----Original Message-----
From: Mike Frisch <mfrisch@saturn.tlug.org>
To: pgsql-general@postgreSQL.org <pgsql-general@postgreSQL.org>
Date: Sunday, April 25, 1999 9:19 PM
Subject: [GENERAL] Large, searchable text fields?


>Is it possible to create a text field (<16k) that is searchable using
>regular expressions?  I see there's a 4096 character limitation to the
>'varchar' data type.
>
>Thanks,
>
>Mike.
>
>======================================================================
>  Mike Frisch                         Email: mfrisch@saturn.tlug.org
>  Northstar Technologies        WWW: http://saturn.tlug.org/~mfrisch
>  Newmarket, Ontario, CANADA
>======================================================================
>


pgsql-general by date:

Previous
From: Eric Enockson
Date:
Subject: advice on buying sun hardware to run postgres
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] advice on buying sun hardware to run postgres