[HACKERS] psql: new help related to variables are not too readable

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема [HACKERS] psql: new help related to variables are not too readable
Дата
Msg-id CAFj8pRCaZzqjygXcgrH1oRVc6=eLRgMUGY6d7iBMmF3BfJEfng@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] psql: new help related to variables are not tooreadable  (Erik Rijkers <er@xs4all.nl>)
Список pgsql-hackers
Hi

Now the output looks like:

  AUTOCOMMIT
    if set, successful SQL commands are automatically committed
  COMP_KEYWORD_CASE
    determines the case used to complete SQL key words
    [lower, upper, preserve-lower, preserve-upper]
  DBNAME
    the currently connected database name
  ECHO
    controls what input is written to standard output
    [all, errors, none, queries]
  ECHO_HIDDEN
    if set, display internal queries executed by backslash commands;
    if set to "noexec", just show them without execution
  ENCODING
    current client character set encoding
  FETCH_COUNT
    the number of result rows to fetch and display at a time (0 = unlimited)
  HISTCONTROL
    controls command history [ignorespace, ignoredups, ignoreboth]
  HISTFILE
    file name used to store the command history
  HISTSIZE
    max number of commands to store in the command history
  HOST

What do you think about using new line between entries in this format?

  AUTOCOMMIT
    if set, successful SQL commands are automatically committed

  COMP_KEYWORD_CASE
    determines the case used to complete SQL key words
    [lower, upper, preserve-lower, preserve-upper]

  DBNAME
    the currently connected database name

  ECHO
    controls what input is written to standard output
    [all, errors, none, queries]

  ECHO_HIDDEN
    if set, display internal queries executed by backslash commands;
    if set to "noexec", just show them without execution

  ENCODING
    current client character set encoding

  FETCH_COUNT
    the number of result rows to fetch and display at a time (0 = unlimited)

  HISTCONTROL
    controls command history [ignorespace, ignoredups, ignoreboth]

  HISTFILE
    file name used to store the command history

  HISTSIZE
    max number of commands to store in the command history

Regards

Pavel

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: [HACKERS] Tuple-routing for certain partitioned tables notworking as expected
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] Re: proposal - psql: possibility to specify sort fordescribe commands, when size is printed