Re: [SQL] Extending Regular Expression bounds limit of 255.

2010-05-28 Thread Brent DeSpain
Yep. That is what I was looking at this morning. It is probably too late in this release of our project to make this change. Thanks for the help. Brent DeSpain Schweitzer Engineering Laboratories, Inc. On Fri, May 28, 2010 at 9:14 AM, alvherre wrote: > Excerpts from Brent DeSpain's

Re: [SQL] Extending Regular Expression bounds limit of 255.

2010-05-27 Thread Brent DeSpain
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? Brent DeSpain Schweitzer Engineering Laboratories, Inc. On Thu, May 27, 2010 at 4:44 PM

Re: [SQL] Extending Regular Expression bounds limit of 255.

2010-05-27 Thread Brent DeSpain
No. Strangely enough they don't in enforce this limit. Brent DeSpain Schweitzer Engineering Laboratories, Inc. On Thu, May 27, 2010 at 2:59 PM, Andrej wrote: > On 28 May 2010 07:33, Brent DeSpain wrote: > > In the docs > > > http://www.postgresql.org/docs/8.

[SQL] Extending Regular Expression bounds limit of 255.

2010-05-27 Thread Brent DeSpain
Expressionimplementation an the other implementations do not have this limit. Brent DeSpain Schweitzer Engineering Laboratories, Inc.