pgsql: Restore previous psql behavior of not printing useless trailing

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Restore previous psql behavior of not printing useless trailing
Дата
Msg-id 20060212025622.2B7579DC869@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Please find enclosed a patch that lets you use \c to connect
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Undo changes of trailing space in recently-committed expected