pgsql: psql: fix \copy stdin trailing space requirement

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: psql: fix \copy stdin trailing space requirement
Дата
Msg-id E1VJXTk-0000UE-Ke@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: fix \copy stdin trailing space requirement

Previously a trailing space was required for \copy ... stdin:

    copy foo from stdin ;

Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8a5608d4ac9d4b74772980666cc6626bd18c3ff

Modified Files
--------------
src/bin/psql/copy.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: psql: honor 'footer' option for expanded output
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Add comment for VARSIZE_ANY_EXHDR macro