Re: Views->Create Script + Regular Expressions

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Views->Create Script + Regular Expressions
Date: 2011-08-24 06:18:18
Message-ID: 1314166698.2193.0.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, 2011-08-23 at 14:28 -0700, Richard Broersma wrote:
> I expect many have experienced this before.
>
> Views->Create Script does not prefix regular expressions strings with
> E. (e.g. E'\\d'). -- does this have something to do with
> "standard_conforming_strings = on"?
>
> So each time a view is tinkered with, the user must find all
> occurrences of the regular expression strings and re-apply the E.
>

It would be great if you could provide us a complete example.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-24 07:16:07 Re: compiling on debian does not find a valid PostgreSQL 8.4+ installati
Previous Message Richard Broersma 2011-08-23 21:28:18 Views->Create Script + Regular Expressions