Re: New developer TODO suggestions

Поиск
Список
Период
Сортировка
Искать
От
Craig Ringer
Тема
Re: New developer TODO suggestions
Дата
Msg-id
541AA63E.9070302@2ndquadrant.com
Ответ на
Список
Дерево обсуждения
New developer TODO suggestions Craig Ringer <craig@2ndquadrant.com>
Re: New developer TODO suggestions Bruce Momjian <bruce@momjian.us>
Re: New developer TODO suggestions Andrew Dunstan <andrew@dunslane.net>
Re: New developer TODO suggestions Peter Geoghegan <pg@heroku.com>
Re: New developer TODO suggestions Andrew Dunstan <andrew@dunslane.net>
Re: New developer TODO suggestions Craig Ringer <craig@2ndquadrant.com>
Re: New developer TODO suggestions Andres Freund <andres@2ndquadrant.com>
Re: detect custom-format dumps in psql and emit a useful error Craig Ringer <craig@2ndquadrant.com>
Re: detect custom-format dumps in psql and emit a useful error Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Re: detect custom-format dumps in psql and emit a useful error Alvaro Herrera <alvherre@2ndquadrant.com>
Re: detect custom-format dumps in psql and emit a useful error Andres Freund <andres@2ndquadrant.com>
Re: detect custom-format dumps in psql and emit a useful error Michael Paquier <michael.paquier@gmail.com>
On 07/29/2014 10:43 PM, Bruce Momjian wrote:
>> > * When a user tries to run "psql -f some_custom_format_backup", detect
>> > this and emit a useful error message. Ditto stdin.
>
> Uh, good idea, but can we really do that in psql?

Where stdin is a file, or an explicit -f is given, then yes.

Just look for PGDMP as the first five bytes and complain.

To do it more generally we'd need to look at each statement and see if
it seems to begin with PGDMP. I'm not sure that's worth it; handling the
simple cases of

psql -f mydb.dump

and

psql < mydb.dump

would be quite sufficient.

I'm not 100% sure if we can easily differentiate the second case from
"pg_dump | psql"; I know there's isatty(...) to test if stdin is a
terminal, but I'm not sure how easy/possible it is to tell if it's a
file not a pipe.

pg_restore already knows to tell you to use psql if it sees an SQL file
as input. Having something similar for pg_dump would be really useful.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services


В списке pgsql-hackers по дате отправления
От: Andres Freund
Дата:
От: Andres Freund
Дата:
FAQ