Mercurial > p > roundup > code
diff roundup/backends/back_tsearch2.py @ 3088:6da931530497
Add a bunch of $Id$ keywords, clarify the license for the SQL in tsearch2_setup.py.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sat, 08 Jan 2005 11:25:23 +0000 |
| parents | d4d77d992876 |
| children | a8c2371f45b6 |
line wrap: on
line diff
--- a/roundup/backends/back_tsearch2.py Thu Jan 06 22:07:35 2005 +0000 +++ b/roundup/backends/back_tsearch2.py Sat Jan 08 11:25:23 2005 +0000 @@ -1,5 +1,6 @@ +#$Id: back_tsearch2.py,v 1.8 2005-01-08 11:25:23 jlgijsbers Exp $ + # Note: this backend is EXPERIMENTAL. Do not use if you value your data. - import re import psycopg
