Re: BUG #7587: createdb allows invalid DB names

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #7587: createdb allows invalid DB names
Дата
Msg-id 12715.1349626544@sss.pgh.pa.us
обсуждение
Ответ на BUG #7587: createdb allows invalid DB names  (foss@johnbradshaw.org)
Список pgsql-bugs
foss@johnbradshaw.org writes:
> createdb allows illegal period/dot (".") in DB names.  Can't ALTER DATABASE
> name in psql as it doesn't allow periods/dots in database names.  Had to
> dropdb (which also allows dot in names) and recreate from dump.

This isn't a bug --- those utilities treat whatever's given on the
command line as being double-quoted.  Their documentation fails to
say this though :-(

            regards, tom lane

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