Re: output file name - was pg_restore / psql

Поиск
Список
Период
Сортировка
От Harald Armin Massa
Тема Re: output file name - was pg_restore / psql
Дата
Msg-id 416080E0.3010007@gmx.net
обсуждение исходный текст
Ответ на Re: output file name - was pg_restore / psql  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: output file name - was pg_restore / psql  (Harald Armin Massa <ghum@gmx.net>)
Re: output file name - was pg_restore / psql  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
Andrew,

thank you very much! yes, that makes it clearer....

and:

> (Reading the man pages is a Good Thing (tm). )

But sth. especially hard to do when working with beta3 on win32 ... "man
pg_restore" only gives ... "command not found" :)))

May I suggest to alter the
pg_restore --help output from
-----------------------------------------
Usage:
  pg_restore [OPTION]... [FILE]

General options:
  -d, --dbname=NAME        output database name
  -f, --file=FILENAME      output file name
-----------------------------------------------
to:
----------------------------------------------
Usage:
  pg_restore [OPTION]... [FILE]

General options:
  -d, --dbname=NAME        output database name (restore into a psql
database)
  -f, --file=FILENAME      output file name (create a plain text sql file)
----------------------------------------------

These to comments in brackets of course take some bytes, but it's easier
than porting man to win32, and will save a lot of bytes within the
mailinglists when PostgreSQL spreads within the win32 world

Harald






Вложения

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: output file name - was pg_restore / psql
Следующее
От: Harald Armin Massa
Дата:
Сообщение: Re: output file name - was pg_restore / psql