mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Adjust pgbench to allow non-ASCII characters in variable names.
This puts it in sync with psql's notion of what is a valid variable name. Like psql, we document that "non-Latin letters" are allowed, but actually any non-ASCII character is accepted. Fabien Coelho Discussion: https://postgr.es/m/20170405.094548.1184280384967203518.t-ishii@sraoss.co.jp
This commit is contained in:
@ -771,6 +771,8 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
|
||||
<para>
|
||||
There is a simple variable-substitution facility for script files.
|
||||
Variable names must consist of letters (including non-Latin letters),
|
||||
digits, and underscores.
|
||||
Variables can be set by the command-line <option>-D</> option,
|
||||
explained above, or by the meta commands explained below.
|
||||
In addition to any variables preset by <option>-D</> command-line options,
|
||||
|
Reference in New Issue
Block a user