]> granicus.if.org Git - postgresql/commit
Add sample text search dictionary templates and parsers, to replace the
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2007 21:36:50 +0000 (21:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2007 21:36:50 +0000 (21:36 +0000)
commit5fcb079858bb392e87067b5526e9df950db38024
tree4ffb764af092be94fbe0e033dce2f492e6c937f7
parentfb631dba2a3c2c183bb99f2098491ecf96fb6664
Add sample text search dictionary templates and parsers, to replace the
hard-to-maintain textual examples currently in the SGML docs.  From
Sergey Karpov.
24 files changed:
contrib/Makefile
contrib/README
contrib/dict_int/Makefile [new file with mode: 0644]
contrib/dict_int/README.dict_int [new file with mode: 0644]
contrib/dict_int/dict_int.c [new file with mode: 0644]
contrib/dict_int/dict_int.sql.in [new file with mode: 0644]
contrib/dict_int/expected/dict_int.out [new file with mode: 0644]
contrib/dict_int/sql/dict_int.sql [new file with mode: 0644]
contrib/dict_int/uninstall_dict_int.sql [new file with mode: 0644]
contrib/dict_xsyn/Makefile [new file with mode: 0644]
contrib/dict_xsyn/README.dict_xsyn [new file with mode: 0644]
contrib/dict_xsyn/dict_xsyn.c [new file with mode: 0644]
contrib/dict_xsyn/dict_xsyn.sql.in [new file with mode: 0644]
contrib/dict_xsyn/expected/dict_xsyn.out [new file with mode: 0644]
contrib/dict_xsyn/sql/dict_xsyn.sql [new file with mode: 0644]
contrib/dict_xsyn/uninstall_dict_xsyn.sql [new file with mode: 0644]
contrib/dict_xsyn/xsyn_sample.rules [new file with mode: 0644]
contrib/test_parser/Makefile [new file with mode: 0644]
contrib/test_parser/README.test_parser [new file with mode: 0644]
contrib/test_parser/expected/test_parser.out [new file with mode: 0644]
contrib/test_parser/sql/test_parser.sql [new file with mode: 0644]
contrib/test_parser/test_parser.c [new file with mode: 0644]
contrib/test_parser/test_parser.sql.in [new file with mode: 0644]
contrib/test_parser/uninstall_test_parser.sql [new file with mode: 0644]