Обсуждение: why fmtId isn't multibyte safe?

Поиск
Список
Период
Сортировка

why fmtId isn't multibyte safe?

От
Pavel Stehule
Дата:
Hello

I am looking for some quoting implementation in PostgreSQL. I cannot
to understand, why we can to use multibyte unsafe functions
quote_identifier or fmtId, and we have to use multibyte safe functions
quote_literal (and similar). Can somebody explain it?

Thank you

Pavel Stehule