pg_dump and quoting

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_dump and quoting
Дата
Msg-id Pine.LNX.4.21.0010031945350.969-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: pg_dump and quoting  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
I think that pg_dump should not quote identifiers that only contain
lower-case letters and underscores.  That will make it easier to move
dumps to other database products, because PostgreSQL is off the spec in
matters case folding in identifiers.  But it's just an idea; if the
performance hit would be too high, forget it.

(If you do this, then be careful about locale issues regarding what a
lower-case letter is.  Better to restrict it to ASCII perhaps.)

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: Syslog and pg_options (for RPMs)
Следующее
От: Randy Jonasz
Дата:
Сообщение: C++ client libs