TODO: Helpful hint from psql on createdb

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема TODO: Helpful hint from psql on createdb
Дата
Msg-id 544A2228.5000206@2ndquadrant.com
обсуждение исходный текст
Список pgsql-hackers
Hi all

Following on from my recent patch about adding a hint to psql when you
try to use it to apply a custom-format dump:

http://www.postgresql.org/message-id/544096E0.5020607@2ndquadrant.com

I think we should do the same for the command line tools, like createdb,
createuser, etc.

I've seen this often enough:

postgres=> createdb test
postgres->


postgres->



and it should be solveable with the same approach I used for PGDMP.

It's only a couple of hours work at most but I'm not going to get to it
in a hurry, so let's pop it on the TODO for volunteers.

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



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

Предыдущее
От: Александр Глухов
Дата:
Сообщение: ARMv5
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: detect custom-format dumps in psql and emit a useful error