-v, --variable, --set assignment
- Performs a variable assignment, like the \set internal command.
- Note that you must separate name and value, if any, by an equal sign on the command
- line. To unset a variable, leave off the equal sign. These assignments are done
- during a very early state of start-up, so variables reserved for internal purposes
- might get overwritten later.
+ Performs a variable assignment, like the \set
+ internal command. Note that you must separate name and value,
+ if any, by an equal sign on the command line. To unset a
+ variable, leave off the equal sign. To just set a variable
+ without a value, use the equal sign but leave off the value.
+ These assignments are done during a very early stage of
+ start-up, so variables reserved for internal purposes might get
+ overwritten later.