pgsql: Have psql command 'help' suggest the use of \?, updated version.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have psql command 'help' suggest the use of \?, updated version.
Date: 2008-04-04 18:00:25
Message-ID: 20080404180025.B91FD7558FA@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Have psql command 'help' suggest the use of \?, updated version.

Greg Sabino Mullane

Modified Files:
--------------
pgsql/src/bin/psql:
help.c (r1.125 -> r1.126)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.125&r2=1.126)
mainloop.c (r1.88 -> r1.89)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mainloop.c?r1=1.88&r2=1.89)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-04 18:39:42 Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing
Previous Message Bruce Momjian 2008-04-04 17:42:43 pgsql: Allow 'help' in psql to show \? help, for novice assistance.