pgsql: Fix \df to re-allow regexp special characters in the function

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix \df to re-allow regexp special characters in the function
Date: 2009-10-28 18:10:00
Message-ID: 20091028181000.1446C753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix \df to re-allow regexp special characters in the function name pattern.
This has always worked, up until somebody's thinko here:
http://archives.postgresql.org/pgsql-committers/2009-04/msg00233.php
Per bug #5143 from Piotr Wolinski.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.218.2.1 -> r1.218.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.218.2.1&r2=1.218.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-10-28 18:51:56 pgsql: Un-break EXPLAIN for Append plans.
Previous Message Tom Lane 2009-10-28 18:09:44 pgsql: Fix \df to re-allow regexp special characters in the function