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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Allow 'help' in psql to show \? help, for novice assistance.
Date
Msg-id 20080404174243.D34337558F7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove unneed #include now that current_query() has moved to the
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Implement current_query(), that shows the currently executing