Thread: pgsql: Editorialization for the text emitted by the "help" psql command.

pgsql: Editorialization for the text emitted by the "help" psql command.

From
neilc@postgresql.org (Neil Conway)
Date:
Log Message:
-----------
Editorialization for the text emitted by the "help" psql command.
Basically just reuse the same text that psql emitted as part of
its startup banner in prior versions, and make some whitespace
more consistent with the conventions in other psql command output.

Modified Files:
--------------
    pgsql/src/bin/psql:
        mainloop.c (r1.91 -> r1.92)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mainloop.c?r1=1.91&r2=1.92)