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

Started by Tom Lanealmost 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)