Re: [PATCHES] Double Backslash example patch

2003-12-17 Thread Bruce Momjian
I have applied your additional example in the place Peter suggested. Patch attached. --- David Fetter wrote: > Kind people, > > Please find enclosed a patch exemplifying typical use of the ARE > Class-Shorthand EscapesĀ®.

Re: [PATCHES] Double Backslash example patch

2003-12-16 Thread Peter Eisentraut
David Fetter wrote: > With all due respect, Peter, it is only implicit in the docs, and > that is not always good enough. An explicit example will help, as Sure, I'm just pointing out the most appropriate place to put it. ---(end of broadcast)---

Re: [PATCHES] Double Backslash example patch

2003-12-16 Thread David Fetter
On Tue, Dec 16, 2003 at 04:32:37PM +0100, Peter Eisentraut wrote: > Bruce Momjian wrote: > > He is reminding folks about double-backslashes in a relivant place > > --- makes sense to me. > > The relevant place would be far below where it already says: > > Note: Keep in mind that an escape's leadi

Re: [PATCHES] Double Backslash example patch

2003-12-16 Thread Peter Eisentraut
Bruce Momjian wrote: > He is reminding folks about double-backslashes in a relivant place > --- makes sense to me. The relevant place would be far below where it already says: Note: Keep in mind that an escape's leading \ will need to be doubled when entering the pattern as an SQL string constan

Re: [PATCHES] Double Backslash example patch

2003-12-16 Thread Peter Eisentraut
Bruce Momjian writes: > > Your patch has been added to the PostgreSQL unapplied patches list at: > > http://momjian.postgresql.org/cgi-bin/pgpatches > > I will try to apply it within the next 48 hours. Please don't. Add a new example if you want, but don't overload existing examples with un

Re: [PATCHES] Double Backslash example patch

2003-12-15 Thread Bruce Momjian
Peter Eisentraut wrote: > David Fetter wrote: > > Please find enclosed a patch exemplifying typical use of the ARE > > Class-Shorthand Escapes??. I believe it will help intrepid regex > > users. :) > > If you want to explain something, it's normally better to create an > example just for that po

Re: [PATCHES] Double Backslash example patch

2003-12-15 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- David Fetter wrote: > Kind people, > > P

Re: [PATCHES] Double Backslash example patch

2003-12-07 Thread Peter Eisentraut
David Fetter wrote: > Please find enclosed a patch exemplifying typical use of the ARE > Class-Shorthand EscapesĀ®. I believe it will help intrepid regex > users. :) If you want to explain something, it's normally better to create an example just for that point, instead of piggybacking it onto an

[PATCHES] Double Backslash example patch

2003-12-06 Thread David Fetter
Kind people, Please find enclosed a patch exemplifying typical use of the ARE Class-Shorthand EscapesĀ®. I believe it will help intrepid regex users. :) Cheers, D -- David Fetter [EMAIL PROTECTED] http://fetter.org/ phone: +1 510 893 6100cell: +1 415 235 3778 Index: func.sgml ===