options
- Adds command-line options to send to the server at run-time.
- For example, setting this to -c geqo=off> sets the
+ Specifies command-line options to send to the server at connection
+ start. For example, setting this to -c geqo=off> sets the
session's value of the geqo> parameter to
- off>. For a detailed discussion of the available
+ off>. Spaces within this string are considered to
+ separate command-line arguments, unless escaped with a backslash
+ (\>); write \\> to represent a literal
+ backslash. For a detailed discussion of the available
options, consult .
Command-line arguments for the backend. (This is
deprecated in favor of setting individual run-time
- parameters.)
+ parameters.) Spaces within this string are
+ considered to separate arguments, unless escaped with
+ a backslash (\>); write \\> to
+ represent a literal backslash.
In addition to the above, any run-time parameter that can be
set at backend start time might be listed. Such settings
will be applied during backend start (after parsing the
- command-line options if any). The values will act as
- session defaults. Spaces in option values need to be escaped
- with a backslash (\>). A literal backslash can be
- passed by escaping it with another backslash
- (i.e \\>).
+ command-line arguments if any). The values will act as
+ session defaults.