pgsql: Restore previous psql behavior of not printing useless trailing - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Restore previous psql behavior of not printing useless trailing
Date
Msg-id 20060212025622.2B7579DC869@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Restore previous psql behavior of not printing useless trailing spaces
after the data in the last column on a line.

Modified Files:
--------------
    pgsql/src/bin/psql:
        print.c (r1.82 -> r1.83)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.82&r2=1.83)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Please find enclosed a patch that lets you use \c to connect
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Undo changes of trailing space in recently-committed expected