Skip to content

Commit 39dbadb

Browse files
authored
Update product_docs/docs/epas/15/database_administration/02_edb_loader/invoking_edb_loader/running_edb_loader.mdx
1 parent 83847fa commit 39dbadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_docs/docs/epas/15/database_administration/02_edb_loader/invoking_edb_loader/running_edb_loader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ EDB*Loader: Copyright (c) 2007-2021, EnterpriseDB Corporation.
241241
Successfully loaded (4) records
242242
```
243243

244-
This example invokes EDB\*Loader using a normal user. For this example, one empty table `bar` is created and a normal user `bob` is created. The `bob` user is granted all privileges on the table `bar`. Also, the `bob` user need to be granted pg_read_server_files role, in oreder to be able to utilize edb_bulkload. The CREATE TABLE command creates the empty table. The CREATE USER command creates the user, and the GRANT command gives required privileges to the user `bob` on the `bar` table and pg_read_server_files role:
244+
This example invokes EDB\*Loader using a normal user. For this example, one empty table `bar` is created, and a normal user `bob` is created. The `bob` user is granted all privileges on the table `bar`. Also, the `bob` user must be granted the pg_read_server_files role to utilise edb_bulkload. The CREATE TABLE command creates an empty table. The CREATE USER command creates the user, and the GRANT command gives required privileges to the user `bob` on the `bar` table and pg_read_server_files role:
245245

246246
```sql
247247
CREATE TABLE bar(i int);

0 commit comments

Comments
 (0)