OSDN Git Service

First rough cut at text search documentation: bare bones reference
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 21:08:47 +0000 (21:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 21:08:47 +0000 (21:08 +0000)
commit3e3bb36ee9122fdb211cb08575d6837f8ab522cc
tree79d9e8803b022acbd27d01d91f63043acfa7c964
parent5c681ab1cbd057b0617e8bf5b862904bb460eee6
First rough cut at text search documentation: bare bones reference
pages for the new SQL commands.  I also committed Bruce's text search
introductory chapter, as-is except for fixing some markup errors,
so that there would be a place for the reference pages to link to.
18 files changed:
doc/src/sgml/filelist.sgml
doc/src/sgml/postgres.sgml
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/alter_tsconfig.sgml [new file with mode: 0644]
doc/src/sgml/ref/alter_tsdictionary.sgml [new file with mode: 0644]
doc/src/sgml/ref/alter_tsparser.sgml [new file with mode: 0644]
doc/src/sgml/ref/alter_tstemplate.sgml [new file with mode: 0644]
doc/src/sgml/ref/comment.sgml
doc/src/sgml/ref/create_tsconfig.sgml [new file with mode: 0644]
doc/src/sgml/ref/create_tsdictionary.sgml [new file with mode: 0644]
doc/src/sgml/ref/create_tsparser.sgml [new file with mode: 0644]
doc/src/sgml/ref/create_tstemplate.sgml [new file with mode: 0644]
doc/src/sgml/ref/drop_tsconfig.sgml [new file with mode: 0644]
doc/src/sgml/ref/drop_tsdictionary.sgml [new file with mode: 0644]
doc/src/sgml/ref/drop_tsparser.sgml [new file with mode: 0644]
doc/src/sgml/ref/drop_tstemplate.sgml [new file with mode: 0644]
doc/src/sgml/reference.sgml
doc/src/sgml/textsearch.sgml [new file with mode: 0644]