Re: Extending Regular Expression bounds limit of 255.

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Extending Regular Expression bounds limit of 255.
Date: 2010-05-29 10:27:59
Message-ID: htqq7f$4g9$2@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2010-05-27, Brent DeSpain <bd(dot)postgres(at)gmail(dot)com> wrote:
> --00504502c13812967604879b4ba3
> Content-Type: text/plain; charset=ISO-8859-1
>
> It looks like most of our tools are using the Perl version of regular
> expressions with an upper limit of a bound being 32766. Is there any way to
> change this in PG? Or can I change from POSIX to Perl?

perhaps you can do something in pl-perl?

posix regular expressions are different to perl regular expressions in
several ways.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tim Landscheidt 2010-05-29 18:56:49 Re: Extending Regular Expression bounds limit of 255.
Previous Message Gerardo Herzig 2010-05-28 20:14:19 Re: cast record type to array?