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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Avoid need for E'' construct by using regexp instead of LIKE.
Дата
Msg-id 20050718190910.7F3AB52AFA@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix numiericsep length computations.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Avoid use of E'', and thereby creating an unnecessary