Re: [HACKERS] What can we learn from MySQL?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: [HACKERS] What can we learn from MySQL?
Дата
Msg-id 408A019B.4060307@joeconway.com
обсуждение исходный текст
Ответ на Re: [HACKERS] What can we learn from MySQL?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-advocacy
Tom Lane wrote:
> Aside from the reality that apps aren't very consistent about their
> quoting behavior, the fly in this ointment is that whenever you query
> the database catalogs you will see the stored spelling of the name.
> So apps that rely on seeing the same spelling in the catalog that they
> entered could break.  (In practice this doesn't seem to be as big a
> problem as the sloppy-quoting-behavior issue, though.)

Shouldn't apps only really be querying the information schema if they're
expecting spec compliant behavior? If so, a GUC variable with an access
function ought to be enough to get up or down casing as desired, I'd think.

Joe


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

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Re: [HACKERS] What can we learn from MySQL?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Do we prefer software that works or software that looks good?