pgsql: Fix psql help: \da+ is same as \da, but \daS is not.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix psql help: \da+ is same as \da, but \daS is not.
Date: 2010-05-26 19:29:22
Message-ID: 20100526192922.E56887541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix psql help: \da+ is same as \da, but \daS is not.

Noted by Stephen Frost.

Modified Files:
--------------
pgsql/src/bin/psql:
help.c (r1.158 -> r1.159)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.158&r2=1.159)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-05-26 19:52:52 pgsql: HS Defer buffer pin deadlock check until deadlock_timeout has
Previous Message Tom Lane 2010-05-26 16:43:13 pgsql: The message style police pay a visit to hba.c.