Re: BUG #19043: jdbc connection url is not case insensitive

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: BUG #19043: jdbc connection url is not case insensitive
Дата
Msg-id CAKAnmm+_VdCjJgiGra5PYXB1gox-NEMaiajJdB=fdhXfFBmM1w@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #19043: jdbc connection url is not case insensitive  (PG Bug reporting form <noreply@postgresql.org>)
Ответы AW: BUG #19043: jdbc connection url is not case insensitive
Список pgsql-bugs
An alternate view: if you really care about case, double quote the database on creation, as per your "e.g.":

create database "testDB";

At that point, your psql connection will work. But as with all non-lowercase objects, extra care will be needed and it will need to be quoted in some contexts. It's so much easier to just leave database, schema, table, and column names as lowercase. Then everything just works.

Cheers,
Greg

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