mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.64 2007/07/03 01:30:35 neilc Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.65 2007/08/21 21:08:47 tgl Exp $ -->
|
||||
|
||||
<part id="reference">
|
||||
<title>Reference</title>
|
||||
@@ -50,6 +50,10 @@
|
||||
&alterSequence;
|
||||
&alterTable;
|
||||
&alterTableSpace;
|
||||
&alterTSConfig;
|
||||
&alterTSDictionary;
|
||||
&alterTSParser;
|
||||
&alterTSTemplate;
|
||||
&alterTrigger;
|
||||
&alterType;
|
||||
&alterUser;
|
||||
@@ -83,6 +87,10 @@
|
||||
&createTable;
|
||||
&createTableAs;
|
||||
&createTableSpace;
|
||||
&createTSConfig;
|
||||
&createTSDictionary;
|
||||
&createTSParser;
|
||||
&createTSTemplate;
|
||||
&createTrigger;
|
||||
&createType;
|
||||
&createUser;
|
||||
@@ -110,6 +118,10 @@
|
||||
&dropSequence;
|
||||
&dropTable;
|
||||
&dropTableSpace;
|
||||
&dropTSConfig;
|
||||
&dropTSDictionary;
|
||||
&dropTSParser;
|
||||
&dropTSTemplate;
|
||||
&dropTrigger;
|
||||
&dropType;
|
||||
&dropUser;
|
||||
|
Reference in New Issue
Block a user