[GENERAL] C function doesn't return more than one tuple

2009-08-28 Thread Werner Echezuria
Hi, I'm trying to develop a C module, but when the query result is more than one tuple the server crashes. Here is the code: #include "postgres.h" #include "gram.h" #include "utils/builtins.h" #include "funcapi.h" #include "executor/spi.h" #include "access/heapam.h" #include "fmgr.h" extern Datu

[GENERAL] Fuzzy Querys

2006-07-18 Thread Werner Echezuria
Hi,  Anyone knows if there's a project to make FSQL querys in Postgre.   Thanks