Re: OCTET_LENGTH is wrong
От
Tatsuo Ishii
Тема
Re: OCTET_LENGTH is wrong
Дата
Msg-id
20011123163439L.t-ishii@sra.co.jp
Ответ на
Re: OCTET_LENGTH is wrong (Peter Eisentraut)
Список
Дерево обсуждения
OCTET_LENGTH is wrong Peter Eisentraut <peter_e@gmx.net>
Re: OCTET_LENGTH is wrong Tom Lane <tgl@sss.pgh.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Tatsuo Ishii <t-ishii@sra.co.jp>
Re: OCTET_LENGTH is wrong Tatsuo Ishii <t-ishii@sra.co.jp>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Tom Lane <tgl@sss.pgh.pa.us>
Re: OCTET_LENGTH is wrong Peter Eisentraut <peter_e@gmx.net>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Tom Lane <tgl@sss.pgh.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Karel Zak <zakkr@zf.jcu.cz>
Re: OCTET_LENGTH is wrong Tatsuo Ishii <t-ishii@sra.co.jp>
Re: OCTET_LENGTH is wrong Tom Lane <tgl@sss.pgh.pa.us>
Re: OCTET_LENGTH is wrong Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: OCTET_LENGTH is wrong Tom Lane <tgl@sss.pgh.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Tom Lane <tgl@sss.pgh.pa.us>
Re: OCTET_LENGTH is wrong Bruce Momjian <pgman@candle.pha.pa.us>
Re: OCTET_LENGTH is wrong Tatsuo Ishii <t-ishii@sra.co.jp>
Re: OCTET_LENGTH is wrong Peter Eisentraut <peter_e@gmx.net>
Re: OCTET_LENGTH is wrong Tom Lane <tgl@sss.pgh.pa.us>
> problems. For instance, I don't know if the convert() function would make > sense then. (Does it even make sense now?) Yes. Consider you have UNICODE database and want to sort by French or whatever LATIN locale. SELECT * FROM t1 ORDER BY convert(text_column,'LATIN1'); would be the only way to accomplish that. -- Tatsuo Ishii
В списке pgsql-hackers по дате отправления