Re: Quoting of psql \d output

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Quoting of psql \d output
Дата
Msg-id 3061.62.158.112.252.1072368768.squirrel@new.host.name
обсуждение исходный текст
Ответ на Re: Quoting of psql \d output  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Quoting of psql \d output
Список pgsql-patches
Christopher Kings-Lynne writes:
>>>While you're at it - use the same sort of code to conditionally quote
>>> index, rule and constraint names ...
>>
>>
>> That makes you part of the problem, because these sections are
>> impossible to translate correctly.
>
> Now you've lost me - how is a user-inputted object name translatable?

Not all languages use "..." as quote symbols, but if you make them part of
some string that comes from the backend, it becomes prohibitively hard to
translate it correctly.




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fork/exec patch: pgstat + BootstrapMain
Следующее
От: "Peter Eisentraut"
Дата:
Сообщение: Re: Quoting of psql \d output