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

From [email protected] (Tom Lane)
Subject pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Date
Msg-id [email protected]
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:
----
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 by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix ancient oversight in psql's \d pattern processing code: when