Обсуждение: pgsql: Fix ancient oversight in psql's \d pattern processing code: when

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

pgsql: Fix ancient oversight in psql's \d pattern processing code: when

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix ancient oversight in psql's \d pattern processing code: when seeing two
quote chars inside quote marks, should emit one quote *and stay in inquotes
mode*.  No doubt the lack of reports of this have something to do with the
poor documentation of the feature ...

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.145 -> r1.146)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.145&r2=1.146)