@@ -54,7 +54,7 @@ change touches large RT tables like Transactions and Attachments, this
54
54
upgrade step may take a while to run.
55
55
56
56
You also will need free disk space equal to the size of these tables
57
- while running because MySQL, MariaDB, and Postgres will create a
57
+ while running because MySQL, MariaDB, and PostgreSQL will create a
58
58
temporary copy of the table while running. If you don't have sufficient
59
59
space, it can cause this step to fail.
60
60
@@ -147,7 +147,7 @@ configuration option. This may also help other areas of RT in addition to
147
147
searches.
148
148
149
149
We are investigating options to improve the underlying queries. Some users have
150
- reported improved performance with the following indexes, at least on Postgres :
150
+ reported improved performance with the following indexes, at least on PostgreSQL :
151
151
152
152
CREATE INDEX ACL2 ON acl (objecttype, objectid);
153
153
CREATE INDEX ACL3 ON acl (principalid, rightname, principaltype);
@@ -239,7 +239,7 @@ will migrate your existing tokens to the new core RT tables.
239
239
=item *
240
240
241
241
The extension C<RT::Extension::FormattedTransaction> was added to core. This
242
- adds a new RT dependency on the perl module L<Text::WordDiff>, so you will be
242
+ adds a new RT dependency on the Perl module L<Text::WordDiff>, so you will be
243
243
prompted to install this new module if your system doesn't have it.
244
244
245
245
=item *
@@ -406,7 +406,7 @@ so batch runs only once for the outermost updates. All transactions
406
406
performed for that batch are available from the C<TransactionBatch> method
407
407
as expected.
408
408
409
- =item * Ambigious Owner order by option in search replaced with Owner.Name
409
+ =item * Ambiguous Owner order by option in search replaced with Owner.Name
410
410
411
411
RT 4.4.5 adds a bunch of new order by and format options for users and roles
412
412
to the Query Builder. For example, you can order by user fields on a user
@@ -510,7 +510,7 @@ we have added the new option C<$EmailDashboardInlineCSS> to inline the
510
510
CSS. We have found this reduces the size of the dashboard emails
511
511
significantly and can help with rendering in some email clients.
512
512
513
- To use this new feature, you must install the optional perl module
513
+ To use this new feature, you must install the optional Perl module
514
514
L<CSS::Inliner>, version 4018 or later, then enable the feature in
515
515
your RT configuration.
516
516
0 commit comments