diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-21 21:08:47 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-21 21:08:47 +0000 |
commit | 3e3bb36ee9122fdb211cb08575d6837f8ab522cc (patch) | |
tree | 79d9e8803b022acbd27d01d91f63043acfa7c964 /doc/src/sgml/postgres.sgml | |
parent | 5c681ab1cbd057b0617e8bf5b862904bb460eee6 (diff) | |
download | postgresql-3e3bb36ee9122fdb211cb08575d6837f8ab522cc.tar.gz postgresql-3e3bb36ee9122fdb211cb08575d6837f8ab522cc.zip |
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.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 12a90dcec7d..ecacb75bdff 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.81 2007/01/31 20:56:18 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.82 2007/08/21 21:08:47 tgl Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [ @@ -101,6 +101,7 @@ &func; &typeconv; &indices; + &textsearch; &mvcc; &perform; |