mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
doc: Various typo/grammar fixes
Errors detected using Topy (https://github.com/intgr/topy), all changes verified by hand and some manual tweaks added. Marti Raudsepp Individual changes backpatched, where applicable, as far as 9.0.
This commit is contained in:
@@ -126,7 +126,7 @@ ALTER TEXT SEARCH DICTIONARY my_dict ( StopWords = newrussian );
|
||||
</programlisting>
|
||||
|
||||
<para>
|
||||
The following example command changes the language option to dutch,
|
||||
The following example command changes the language option to <literal>dutch</>,
|
||||
and removes the stopword option entirely.
|
||||
</para>
|
||||
|
||||
|
||||
@@ -288,7 +288,7 @@ COMMENT ON SERVER myserver IS 'my foreign server';
|
||||
COMMENT ON TABLE my_schema.my_table IS 'Employee Information';
|
||||
COMMENT ON TABLESPACE my_tablespace IS 'Tablespace for indexes';
|
||||
COMMENT ON TEXT SEARCH CONFIGURATION my_config IS 'Special word filtering';
|
||||
COMMENT ON TEXT SEARCH DICTIONARY swedish IS 'Snowball stemmer for swedish language';
|
||||
COMMENT ON TEXT SEARCH DICTIONARY swedish IS 'Snowball stemmer for Swedish language';
|
||||
COMMENT ON TEXT SEARCH PARSER my_parser IS 'Splits text into words';
|
||||
COMMENT ON TEXT SEARCH TEMPLATE snowball IS 'Snowball stemmer';
|
||||
COMMENT ON TRIGGER my_trigger ON my_table IS 'Used for RI';
|
||||
|
||||
@@ -1312,7 +1312,7 @@ KEY SHARE
|
||||
is also acquired by any <command>DELETE</> on a row, and also by an
|
||||
<command>UPDATE</> that modifies the values on certain columns. Currently,
|
||||
the set of columns considered for the <command>UPDATE</> case are those that
|
||||
have an unique index on them that can be used in a foreign key (so partial
|
||||
have a unique index on them that can be used in a foreign key (so partial
|
||||
indexes and expressional indexes are not considered), but this may change
|
||||
in the future.
|
||||
Also, if an <command>UPDATE</command>, <command>DELETE</command>,
|
||||
|
||||
Reference in New Issue
Block a user