pgsql: Allow 'help' in psql to show \? help, for novice assistance.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow 'help' in psql to show \? help, for novice assistance.
Date: 2008-04-04 17:42:43
Message-ID: 20080404174243.D34337558F7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow 'help' in psql to show \? help, for novice assistance.

Greg Sabino Mullane

Modified Files:
--------------
pgsql/src/bin/psql:
help.c (r1.124 -> r1.125)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.124&r2=1.125)
mainloop.c (r1.87 -> r1.88)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mainloop.c?r1=1.87&r2=1.88)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-04 18:00:25 pgsql: Have psql command 'help' suggest the use of \?, updated version.
Previous Message Tom Lane 2008-04-04 17:25:23 pgsql: Remove no-longer-used function assign_backslash_quote()