mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
doc: move "only" to a more appropriate place in the sentence
This commit is contained in:
parent
9f8b717a80
commit
3454738625
@ -6380,7 +6380,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
|
||||
<literal>to_timestamp(' 2000 JUN', 'YYYY MON')</literal> and
|
||||
<literal>to_timestamp('2000 - JUN', 'YYYY-MON')</literal> work, but
|
||||
<literal>to_timestamp('2000 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>
|
||||
|
Loading…
Reference in New Issue
Block a user