Views->Create Script + Regular Expressions

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Views->Create Script + Regular Expressions
Date: 2011-08-23 21:28:18
Message-ID: CABvLTWGxPt-bhisg8S0j5Z=nAF-s2YL_VAutbOduvE6heDOL0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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.

Is there any way to get 'Create Script' to do this automatically?

--
Regards,
Richard Broersma Jr.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-24 06:18:18 Re: Views->Create Script + Regular Expressions
Previous Message Guillaume Lelarge 2011-08-23 20:28:09 Re: Small request - Graphical query builder controls