This was already the predominant form in man pages and help output.
foo in a database named
xyzzy:
-
$ clusterdb --table foo xyzzy
+
$ clusterdb --table=foo xyzzy
-
+
Specifies the file system location of the database configuration files. If
-
+
Append the server log output to
-
+
Specifies the shutdown mode. mode
run using:
-psql --username postgres --file script.sql postgres
+psql --username=postgres --file=script.sql postgres
The scripts can be run in any order and can be deleted once they have
To reindex the table foo and the index
bar in a database named abcd:
-
$ reindexdb --table foo --index bar abcd
+
$ reindexdb --table=foo --index=bar abcd
xyzzy, and analyze a single column
bar of the table for the optimizer:
-
$ vacuumdb --analyze --verbose --table 'foo(bar)' xyzzy
+
$ vacuumdb --analyze --verbose --table='foo(bar)' xyzzy