dlr Postgres 7.3.2
"Mario Noboa" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <005901c56573$a5ad0030$153fa8c0@teampc02> |
Hi list, I'm configuring kannel to work with postgres 7.3.2, version installed in the server I cannot update at this moment. The statement to delete the table dlr is "DELETE FROM %s WHERE %s='%s' AND %s='%s' LIMIT 1;" DELETE FROM dlr WHERE smsc='PX' AND ts='396210367' LIMIT 1; in dlr_pgsql.c. Postgres 7.3.2 does not support delete with limit. It's a serious problem if I erase "LIMIT 1" of this sql statement? Thanks for your help. Mario