Re: COLLATE

Поиск
Список
Период
Сортировка
От Filip Rembiałkowski
Тема Re: COLLATE
Дата
Msg-id 92869e660606070609k3e82605ak785760b6548d07e6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: COLLATE  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
(group dupe)

05 Jun 2006 12:53:57 -0400, Greg Stark <gsstark@mit.edu>:
>
> But the closest partial solution suggested so far is the pg_xfrm function that
> has been implemented and posted at least three times by three different
> posters to the postgres mailing lists. In the interest of avoiding a fourth
> independent implementation I'll attach the one I use below, it's not big.
>

Thanks! It may be the only solution available at the moment.

But I have no idea how to compile/install it.
I imagine there should be separate /contrib/pg_strxfrm directory, with
the makefile etc.
is it correct? if so, how should the makefile look like?

I tried compiling but it failed:

pgdba@sulaco:~/src/postgresql-8.1.3/src$ gcc -I ./include -fPIC -c pg_strxfrm.c
pg_strxfrm.c: In function 'pg_strxfrm':
pg_strxfrm.c:98: error: 'Warn_restart' undeclared (first use in this function)
pg_strxfrm.c:98: error: (Each undeclared identifier is reported only once
pg_strxfrm.c:98: error: for each function it appears in.)

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

Предыдущее
От: "chris smith"
Дата:
Сообщение: Re: ean code data type
Следующее
От: dananrg@yahoo.com
Дата:
Сообщение: Re: Best open source tool for database design / ERDs?