liquid_feedback_core

view Makefile @ 7:69d84040fb93

Version beta8

More attibutes in member table

Renamed column ident_number of member table to identification

Images of members are now stored in extra table member_image

Minor bugfix in init.sql: Added missing verification_time column

Full text index search support using PostgreSQL's TSVECTOR and TSQUERY datatypes

New function highlight(...), which helps to highlight matching words in search results
author jbe
date Mon Nov 23 12:00:00 2009 +0100 (2009-11-23)
parents 8d021cb5eaf4
children c8cd87b87708
line source
1 lf_update: lf_update.c
2 cc -Wall -g -lpq \
3 -I "`pg_config --includedir`" \
4 -L "`pg_config --libdir`" \
5 -o lf_update lf_update.c
7 clean::
8 rm -f lf_update

Impressum / About Us