Skip to content

Commit 59a50a7

Browse files
authored
Fix typo in documentation (#139)
1 parent 2d9a225 commit 59a50a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pg_bulkload.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ <h3>pg_bulkload</h3>
103103
</p>
104104

105105
<p>
106-
You can use pg_bulklad by the following three steps:
106+
You can use pg_bulkload by the following three steps:
107107
</p>
108108
<ol>
109-
<li>Edit control file "<a href="sample_csv.ctl">sample_csv.ctl</a>" or "<a href="sample_bin.ctl">sample_bin.ctl</a>" that includes settigs for data loading. You can specify table name, absolute path for input file, description of the input file, and so on.
109+
<li>Edit control file "<a href="sample_csv.ctl">sample_csv.ctl</a>" or "<a href="sample_bin.ctl">sample_bin.ctl</a>" that includes settings for data loading. You can specify table name, absolute path for input file, description of the input file, and so on.
110110

111111
<li>Assume there is a directory <code>$PGDATA/pg_bulkload</code>, in that load status files are created.
112112

0 commit comments

Comments
 (0)