=Standalone=
{{Announce|Added with Version 11:}} {{Code|-W}} flag.
The following options are available for the standalone [[Command-Line Client]]:
-V Toggle detailed query output
-w Toggle whitespace stripping
-W Enable indentation with whitespaces
-x Toggle output of query plan
-z Toggle output of query result
| {{Option|STRIPWS}}
| <code>false</code>
|
|- valign="top"
| {{Code|-W}}
| Enables indentation with whitespace. By default, query results will not be indented.
| {{Option|SERIALIZER}}
| <code>indent=no</code>
|
|- valign="top"
=Client=
{{Announce|Added with Version 11:}} {{Code|-W}} flag.
If the [[Database Server|Database Client]] is launched, you will be requested for a username and password.
-V Toggle detailed query output
-w Toggle whitespace stripping
-W Enable indentation with whitespaces
-x Toggle output of query plan
-z Toggle output of query result
| {{Option|STRIPWS}}
| <code>false</code>
|
|- valign="top"
| {{Code|-W}}
| Enables indentation with whitespace. By default, query results will not be indented.
| {{Option|SERIALIZER}}
| <code>indent=no</code>
|
|- valign="top"
=Changelog=
;Version 11.0
* Added: {{Code|-W}} in standalone and client mode.
;Version 10.0