Re: PostgreSQL pollutes the file system

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: PostgreSQL pollutes the file system
Дата
Msg-id 20190329152557.GI20294@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: PostgreSQL pollutes the file system  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: PostgreSQL pollutes the file system
Список pgsql-hackers
Re: Tatsuo Ishii 2019-03-29 <20190329.100407.1159785913847835944.t-ishii@sraoss.co.jp>
> If we were to invent new command names, what about doing similar to
> git? I mean something like:
> 
> pgsql createdb ....

That is pretty close to "psql" and it will be utterly confusing for
new users. And everyone will have a hard time when talking about the
tools, imagine someone saying "please run psql appdbname" or "please
run pgsql createdb". The difference is just too small.

What might possibly make sense is to add options to psql to
facilitate common tasks:

psql --createdb foo
psql --createuser bar --superuser
psql --reindex foo

Christoph



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: partitioned tables referenced by FKs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: speeding up planning with partitions