Re: user input during runtime

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: user input during runtime
Дата
Msg-id 200702172232.l1HMWIW22449@momjian.us
обсуждение исходный текст
Ответ на Re: user input during runtime  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: user input during runtime  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
Magnus Hagander wrote:
> Win32 will deal with the backticks Ok, but not the read && echo part.
> You can set it to the output of a variable, for example
> \set x `echo foo`
>
> but I haven't been able to trick it into actually reading something. One
> would think something like:
> \set x `set /p Z= && echo %Z%`
> would work, but it doesn't. One reason for this is that %Z% is actually
> resolved at parsing time. it's a pain in CMD language, but that's how it
> works. :-(

CMD "language"?  LOL

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Small request re error message
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: user input during runtime