You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/extend.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1207,7 +1207,7 @@ include $(PGXS)
1207
1207
<term><varname>NO_INSTALLCHECK</varname></term>
1208
1208
<listitem>
1209
1209
<para>
1210
-
don't define an installcheck target, useful e.g. if tests require special configuration, or don't use pg_regress
1210
+
don't define an <literal>installcheck</literal> target, useful e.g. if tests require special configuration, or don't use <application>pg_regress</application>
and <literal><function>degrees()</function></literal> shown earlier.
1304
1304
However, using the degree-based trigonometric functions is preferred,
1305
-
as that way avoids roundoff error for special cases such
1305
+
as that way avoids round-off error for special cases such
1306
1306
as <literal>sind(30)</>.
1307
1307
</para>
1308
1308
</note>
@@ -9571,7 +9571,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
9571
9571
<entry><type>tsvector</type></entry>
9572
9572
<entry>
9573
9573
reduce each string value in the document to a <type>tsvector</>, and then
9574
-
concatentate those in document order to produce a single <type>tsvector</>
9574
+
concatenate those in document order to produce a single <type>tsvector</>
9575
9575
</entry>
9576
9576
<entry><literal>to_tsvector('english', '{"a": "The Fat Rats"}'::json)</literal></entry>
9577
9577
<entry><literal>'fat':2 'rat':3</literal></entry>
@@ -9744,7 +9744,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
9744
9744
<literal><function>unnest(<type>tsvector</>, OUT <replaceable class="PARAMETER">lexeme</> <type>text</>, OUT <replaceable class="PARAMETER">positions</> <type>smallint[]</>, OUT <replaceable class="PARAMETER">weights</> <type>text</>)</function></literal>
9745
9745
</entry>
9746
9746
<entry><type>setof record</type></entry>
9747
-
<entry>expand a tsvector to a set of rows</entry>
9747
+
<entry>expand a <type>tsvector</type> to a set of rows</entry>
<entry>report the status of the given xact - <literal>committed</literal>, <literal>aborted</literal>, <literal>in progress</literal>, or NULL if the txid is too old</entry>
17708
+
<entry>report the status of the given transaction: <literal>committed</literal>, <literal>aborted</literal>, <literal>in progress</literal>, or null if the transaction ID is too old</entry>
0 commit comments