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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Дата
Msg-id 20061007222150.6EECB9FB2B9@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 ...

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.111 -> r1.111.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.111&r2=1.111.4.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix ancient oversight in psql's \d pattern processing code: when