utf8proc

view pgsql/Makefile @ 5:c18366878af9

Version 1.0.2

- included a check in Integer#utf8, which raises an exception, if the given code-point is invalid because of being too high (this was missing yet)
- added support for PostgreSQL version 8.2
author jbe
date Tue Dec 26 12:00:00 2006 +0100 (2006-12-26)
parents a0368662434c
children
line source
1 utf8proc_pgsql.so: utf8proc_pgsql.o
2 ld -shared -o utf8proc_pgsql.so utf8proc_pgsql.o
4 utf8proc_pgsql.o: utf8proc_pgsql.c
5 gcc -Wall -fpic -c -I`pg_config --includedir-server` \
6 -o utf8proc_pgsql.o utf8proc_pgsql.c
8 clean:
9 rm -f *.o *.so

Impressum / About Us