Skip to content

Commit 47ba8ad

Browse files
committed
Removed erroneous --permissions flag from export example
1 parent 9243bc4 commit 47ba8ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/export/export-rows.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ a notional example of doing so:
6565
```
6666
./bin/flux export-jdbc \
6767
--connection-string "flux-example-user:password@localhost:8004" \
68-
--permissions flux-example-role,read,flux-example-role,update \
6968
--query "op.fromView('example', 'employee', '')" \
7069
--jdbc-url "jdbc:postgresql://localhost/example?user=postgres&password=postgres" \
7170
--jdbc-driver "org.postgresql.Driver" \
@@ -76,7 +75,6 @@ a notional example of doing so:
7675
```
7776
bin\flux export-jdbc ^
7877
--connection-string "flux-example-user:password@localhost:8004" ^
79-
--permissions flux-example-role,read,flux-example-role,update ^
8078
--query "op.fromView('example', 'employee', '')" ^
8179
--jdbc-url "jdbc:postgresql://localhost/example?user=postgres&password=postgres" ^
8280
--jdbc-driver "org.postgresql.Driver" ^
@@ -312,7 +310,7 @@ location where data already exists. This option supports the following values:
312310
For convenience, the above values are case-sensitive so that you can ignore casing when choosing a value.
313311

314312
As of the 1.1.0 release of Flux, `--mode` defaults to `Append` for commands that write to a filesystem. In the 1.0.0
315-
release, these commands defaulted to `Overwrite`. The `export-jdbc` command defaults to `ErrorIfExists` avoid altering
313+
release, these commands defaulted to `Overwrite`. The `export-jdbc` command defaults to `ErrorIfExists` to avoid altering
316314
an existing table in any way.
317315

318316
For further information on each mode, please see

0 commit comments

Comments
 (0)