Re: PostgreSQL Gotchas

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL Gotchas
Дата
Msg-id 9130.1129485396@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL Gotchas  (Matthew <matthew@zeut.net>)
Ответы Re: PostgreSQL Gotchas  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-general
Matthew <matthew@zeut.net> writes:
> Is it worth having a GUC variable that enables / disable this?

That's a given, I think.  We're certainly not going to make smash-to-
lower-case the only available behavior.

One issue we might want to reflect on is how easy it should be to change
the variable's setting.  Our bad experience with autocommit leaves me a
bit wary of fundamental behavioral changes that can be flicked on and
off at whim.  However, we have pretty much the same problem staring us
in the face for backslash-in-literal-strings behavior, so maybe we can
find an answer we like for both issues at the same time.

            regards, tom lane

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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: PostgreSQL Gotchas
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: PostgreSQL source inspection :)