linkend="protocol-query-concepts"/>) to be used, unlike normal
psql operation, which uses the simple
query protocol. So this command can be useful to test the extended
- query protocol from psql. (The extended query protocol is used even
- if the query has no parameters and this command specifies zero
- parameters.) This command affects only the next query executed; all
- subsequent queries will use the simple query protocol by default.
+ query protocol from
psql. (The extended
+ query protocol is used even if the query has no parameters and this
+ command specifies zero parameters.) This command affects only the
+ next query executed; all subsequent queries will use the simple query
+ protocol by default.
When this variable is set to off, only the last
result of a combined query (\;) is shown instead of
all of them. The default is on. The off behavior
- is for compatibility with older versions of psql.
+ is for compatibility with older versions of