| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Armin Resch <reschab(at)gmail(dot)com> |
| Cc: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: regexp_replace grief |
| Date: | 2013-04-12 18:16:59 |
| Message-ID: | 20130412181659.GJ30671@eldon.alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Armin Resch escribió:
> Thx, Albe. I tested both proposals, and I gravitate now more towards the
> E'' nomenclature since it avoids something like this:
>
> $pg_bs_char = ( $dbh->{pg_server_version} >= 90100 ) ? "\\" : "\\\\";
>
> Hoping for a long half life of the E'' nomenclature ...
E'' is very unlikely to ever go away; its main problem is that it's not
standards-conformant.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | X.H.----WANG | 2013-04-12 18:54:32 | 回复: [ADMIN] with PostgreSQL 9.1.9,the stats collector process is not work! |
| Previous Message | Armin Resch | 2013-04-12 18:12:42 | Re: regexp_replace grief |