summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2019-04-30 17:44:31 +0000
committerBruce Momjian2019-04-30 17:44:31 +0000
commit345473862571d5b2c63849f6472828bdc5b49320 (patch)
treea58c4088b3e1a7fd720abede8b03b5c3784e03b8
parent9f8b717a80c59e4a8e8091a8ff6c6f7666a69c33 (diff)
doc: move "only" to a more appropriate place in the sentence
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index bae7df1902..c98f9666f7 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -6380,7 +6380,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
<literal>to_timestamp('&nbsp;2000&nbsp;&nbsp;&nbsp;&nbsp;JUN', 'YYYY MON')</literal> and
<literal>to_timestamp('2000 - JUN', 'YYYY-MON')</literal> work, but
<literal>to_timestamp('2000&nbsp;&nbsp;&nbsp;&nbsp;JUN', 'FXYYYY MON')</literal> returns an error
- because <function>to_timestamp</function> expects a single space only.
+ because <function>to_timestamp</function> expects only a single space.
<literal>FX</literal> must be specified as the first item in
the template.
</para>