Re: createdb buggy?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: createdb buggy?
Дата
Msg-id 2431.999791802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: createdb buggy?  (wsheldah@lexmark.com)
Список pgsql-general
wsheldah@lexmark.com writes:
> You also might want to upgrade to 7.1.3 or so
> if possible; a lot has changed since 6.5.3.

Indeed.  I get

$ psql THISDB
psql: FATAL 1:  Database "THISDB" does not exist in the system catalog.

so recent versions of psql don't do the bogus case adjustment.

I believe we agreed awhile back that names typed on the Unix command
line should always be taken literally, not case-folded as they would
normally be within SQL commands.  I'm not sure that we have fixed every
single script and program to adhere to that convention, but that's the
current plan.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug in createlang?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: template0 and template1 databases