File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
<title>Installation</title>
53
53
<para>
54
54
When you installed <productname>Postgres Pro</productname> distribution, jsquery is available
55
- as a contrib moudle . Install contrib modules (postgrespro-contrib
55
+ as a contrib module . Install contrib modules (postgrespro-contrib
56
56
package in the binary distribution for Linux, or make -C contrib
57
57
install if you are building from source), then start psql shell
58
58
and type
Original file line number Diff line number Diff line change 15
15
It implements types MCHAR and MVARCHAR, which are bug-to-bug
16
16
compatible with MSSQL CHAR and VARCHAR respectively. Additionaly,
17
17
these types use libicu for comparation and case conversion, so their
18
- behavoir is identical across different operating system.
18
+ behavior is identical across different operating system.
19
19
</para>
20
20
<para>
21
21
PostgresPro also includes <xref linkend="citext"> extension which
22
22
provides types similar to MCHAR. But this extension doesn't emulate
23
- MS-SQL behavoir concerning end-of-value whitespace.
23
+ MS-SQL behavior concerning end-of-value whitespace.
24
24
</para>
25
25
<para>
26
26
Differences from &productname; standard CHAR and VARCHAR are:
You can’t perform that action at this time.
0 commit comments