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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Date: 2006-10-07 22:21:50
Message-ID: 20061007222150.6EECB9FB2B9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-07 22:21:57 pgsql: Fix ancient oversight in psql's \d pattern processing code: when
Previous Message Tom Lane 2006-10-07 22:21:44 pgsql: Fix ancient oversight in psql's \d pattern processing code: when