Re: invalidly encoded strings
От | Tom Lane |
---|---|
Тема | Re: invalidly encoded strings |
Дата | |
Msg-id | 4802.1190001767@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: invalidly encoded strings (Andrew Dunstan <andrew@dunslane.net>) |
Ответы |
Re: invalidly encoded strings
|
Список | pgsql-hackers |
Andrew Dunstan <andrew@dunslane.net> writes: > Tom Lane wrote: >> What I think we'd need to have a complete solution is >> >> convert(text, name) returns bytea >> -- convert from DB encoding to arbitrary encoding >> >> convert(bytea, name, name) returns bytea >> -- convert between any two encodings >> >> convert(bytea, name) returns text >> -- convert from arbitrary encoding to DB encoding >> >> The second and third would need to do a verify step before >> converting, of course. > Is there any reason these functions shouldn't be marked immutable? No, not as long as DB encoding is frozen... > I'm wondering if we should give them disambiguating names, rather than > call them all convert. No. We have a function overloading system, we should use it. regards, tom lane
В списке pgsql-hackers по дате отправления: