Is it possible to sort strings in EBCDIC order in PostgreSQL server?

Поиск
Список
Период
Сортировка
От Tsunakawa, Takayuki
Тема Is it possible to sort strings in EBCDIC order in PostgreSQL server?
Дата
Msg-id 0A3221C70F24FB45833433255569204D1F84A7AD@G01JPEXMBYT05
обсуждение исходный текст
Ответы Re: Is it possible to sort strings in EBCDIC order in PostgreSQLserver?  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: Is it possible to sort strings in EBCDIC order in PostgreSQL server?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Is it possible to sort strings in EBCDIC order in PostgreSQL server?  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-general
Hello,

It is embarrassing to ask such a thing, but is there any way to sort character column values in EBCDIC order inside the
PostgreSQLserver?  i.e. is it possible to use EBCDIC collation in PostgreSQL, say, by using ICU or something?  We need
torun on a certain mainframe.
 

I see almost no hope from the following, but let me make sure.

https://www.postgresql.org/message-id/flat/28548.1424884373%40sss.pgh.pa.us#28548.1424884373@sss.pgh.pa.us

"Hmm ... EBCDIC ... is that mandatory?  Because there are a pretty large
number of ASCII dependencies in PG, mostly arising from our support of
multibyte character sets, which are all expected to be ASCII supersets.
If there's not a way to run the server process in ASCII-land, you're
likely dead in the water.  I would not want to try to ferret out all
the dependencies."


Regards
Takayuki Tsunakawa




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

Предыдущее
От: Jim Finnerty
Дата:
Сообщение: Re: Removing INNER JOINs
Следующее
От: David Rowley
Дата:
Сообщение: Re: Removing INNER JOINs