pgsql: Avoid need for E'' construct by using regexp instead of LIKE.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid need for E'' construct by using regexp instead of LIKE.
Date: 2005-07-18 19:09:10
Message-ID: 20050718190910.7F3AB52AFA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid need for E'' construct by using regexp instead of LIKE. More
readable, and more like the other places in this file.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.121 -> r1.122)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.121&r2=1.122)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-18 19:12:13 pgsql: Avoid use of E'', and thereby creating an unnecessary
Previous Message Bruce Momjian 2005-07-18 18:58:46 pgsql: Fix numiericsep length computations.