pgsql: Fix ancient oversight in psql's \d pattern processing code: when - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Date
Msg-id 20061007222157.6C3479FB2B9@postgresql.org
Whole thread Raw
List 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:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.87.2.1 -> r1.87.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.87.2.1&r2=1.87.2.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ancient oversight in psql's \d pattern processing code: when