Re: Help

Поиск
Список
Период
Сортировка
От selkovjr@mcs.anl.gov
Тема Re: Help
Дата
Msg-id 200103261947.NAA04788@selkovjr.xnet.com
обсуждение исходный текст
Ответ на Re: Help  ("Joe Conway" <jconway2@home.com>)
Список pgsql-sql
> Instead of "ctrl+z", press ":wq" (colon for command mode, w for write, q for
> quit).

If you are still mystified, "ctrl+z" stops a process running on a
terminal, so it's likely that your vi is still running idle. Type 'fg'
on the same terminal to bring it back. For more details on job
control, see 'info sh' and search for 'jobs'.

> This assumes that vi is your default editor.

Which you can change by setting your EDITOR environment variable.

For example, if your shell is bash,
export EDITOR="emacs -nw"

will do it.

--Gene


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

Предыдущее
От: Mathijs Brands
Дата:
Сообщение: Re: Calling Java from psql (was Re: requesting help)
Следующее
От: wade
Дата:
Сообщение: pl/pgsql and returning rows