Обсуждение: pgsql: Fix \df to re-allow regexp special characters in the function

Поиск
Список
Период
Сортировка

pgsql: Fix \df to re-allow regexp special characters in the function

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix \df to re-allow regexp special characters in the function name pattern.
This has always worked, up until somebody's thinko here:
http://archives.postgresql.org/pgsql-committers/2009-04/msg00233.php
Per bug #5143 from Piotr Wolinski.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.218.2.1 -> r1.218.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.218.2.1&r2=1.218.2.2)