@@ -665,7 +665,7 @@ PostgreSQL documentation
665665 ...</literal>). This will make restoration very slow; it is mainly
666666 useful for making dumps that can be loaded into
667667 non-<productname>PostgreSQL</productname> databases.
668- Any error duringreloading will cause only rows that are part of the
668+ Any error duringrestoring will cause only rows that are part of the
669669 problematic <command>INSERT</command> to be lost, rather than the
670670 entire table contents.
671671 </para>
@@ -689,9 +689,9 @@ PostgreSQL documentation
689689 This option is relevant only when creating a data-only dump.
690690 It instructs <application>pg_dump</application> to include commands
691691 to temporarily disable triggers on the target tables while
692- the data isreloaded . Use this if you have referential
692+ the data isrestored . Use this if you have referential
693693 integrity checks or other triggers on the tables that you
694- do not want to invoke during datareload .
694+ do not want to invoke during datarestore .
695695 </para>
696696
697697 <para>
@@ -809,7 +809,7 @@ PostgreSQL documentation
809809 than <command>COPY</command>). This will make restoration very slow;
810810 it is mainly useful for making dumps that can be loaded into
811811 non-<productname>PostgreSQL</productname> databases.
812- Any error duringreloading will cause only rows that are part of the
812+ Any error duringrestoring will cause only rows that are part of the
813813 problematic <command>INSERT</command> to be lost, rather than the
814814 entire table contents. Note that the restore might fail altogether if
815815 you have rearranged column order. The
@@ -828,7 +828,7 @@ PostgreSQL documentation
828828 target the root of the partitioning hierarchy that contains it, rather
829829 than the partition itself. This causes the appropriate partition to
830830 be re-determined for each row when the data is loaded. This may be
831- useful whenreloading data on a server where rows do not always fall
831+ useful whenrestoring data on a server where rows do not always fall
832832 into the same partitions as they did on the original server. That
833833 could happen, for example, if the partitioning column is of type text
834834 and the two systems have different definitions of the collation used
@@ -840,7 +840,7 @@ PostgreSQL documentation
840840 with this option, because <application>pg_restore</application> will
841841 not know exactly which partition(s) a given archive data item will
842842 load data into. This could result in inefficiency due to lock
843- conflicts between parallel jobs, or perhaps evenreload failures due
843+ conflicts between parallel jobs, or perhaps evenrestore failures due
844844 to foreign key constraints being set up before all the relevant data
845845 is loaded.
846846 </para>
@@ -990,7 +990,7 @@ PostgreSQL documentation
990990 Dump data as <command>INSERT</command> commands (rather than
991991 <command>COPY</command>). Controls the maximum number of rows per
992992 <command>INSERT</command> command. The value specified must be a
993- number greater than zero. Any error duringreloading will cause only
993+ number greater than zero. Any error duringrestoring will cause only
994994 rows that are part of the problematic <command>INSERT</command> to be
995995 lost, rather than the entire table contents.
996996 </para>