Re: Forbid use of LF and CR characters in database and role names

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Forbid use of LF and CR characters in database and role names
Дата
Msg-id CAB7nPqSu4Hpi0uNiksVDxkB0nD0CuMRwS-cV3s0stjy9Zzw4eA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Forbid use of LF and CR characters in database and role names  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Forbid use of LF and CR characters in database and role names  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
On Tue, Aug 23, 2016 at 10:19 AM, Peter Geoghegan <pg@heroku.com> wrote:
> I haven't looked at the patch, but offhand I wonder if it's worth
> considering control characters added by unicode, if you haven't already.

There is no need to put restrictions on those I think, and they are
actually supported. Look for example at pg_upgrade/test.sh, we are
already testing them with database names :) Not BEL of course, but
that works.
-- 
Michael



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Forbid use of LF and CR characters in database and role names
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Exporting more function in libpq