Skip to content

Commit e821e92

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/export/export-rows.md

-2
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" ^

0 commit comments

Comments
 (0)