@@ -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```
7776bin\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:
312310For convenience, the above values are case-sensitive so that you can ignore casing when choosing a value.
313311
314312As 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
316314an existing table in any way.
317315
318316For further information on each mode, please see
0 commit comments