pgsql: Avoid need for E'' construct by using regexp instead of LIKE. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Avoid need for E'' construct by using regexp instead of LIKE.
Date
Msg-id 20050718190910.7F3AB52AFA@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix numiericsep length computations.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid use of E'', and thereby creating an unnecessary