Skip to content

Commit 0a6bed0

Browse files
author
Liudmila Mantrova
committed
Doc: fixed a typo in mchar description, replaced productname
1 parent 0fd99a6 commit 0a6bed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/mchar.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
It implements types MCHAR and MVARCHAR, which are bug-to-bug
1616
compatible with MSSQL CHAR and VARCHAR respectively. Additionaly,
1717
these types use libicu for comparation and case conversion, so their
18-
behavior is identical across different operating system.
18+
behavior is identical across different operating systems.
1919
</para>
2020
<para>
21-
PostgresPro also includes <xref linkend="citext"> extension which
21+
&productname; also includes <xref linkend="citext"> extension which
2222
provides types similar to MCHAR. But this extension doesn't emulate
2323
MS-SQL behavior concerning end-of-value whitespace.
2424
</para>

0 commit comments

Comments
 (0)