Is it possible to have psql ignore the line I am typing?

Поиск
Список
Период
Сортировка
От Tena Sakai
Тема Is it possible to have psql ignore the line I am typing?
Дата
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C04E84DB3@egcrc-ex01.egcrc.org
обсуждение исходный текст
Ответы Re: Is it possible to have psql ignore the line I am typing?  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Is it possible to have psql ignore the line I am typing?  (Rosser Schwarz <rosser.schwarz@gmail.com>)
Re: Is it possible to have psql ignore the line I amtyping?  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-admin

Hi everybody,

Is it possible to have psql ignore the line I am typing?
That is, similar to '#' with unix shell.  What I would
like is to document my interaction with psql.  If an
exclamation mark were a comment character, I may type
something like:

 silver=# ! I need to find out if data tagged as KIAA
 silver=# ! got into silver database last night.
 silver=#
 silver=# select type, name, marker
 silver-#   from marker_table
 silver-#  where tag LIKE 'KIAA%';

It would be nice to be able to jot down what little stream
of thoughts come to my finger tip while I converse with
psql.

Thank you in advance.

Regards,

Tena Sakai
tsakai@gallo.ucsf.edu

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: can I get a bit more attribute out of \dt directive?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Is it possible to have psql ignore the line I am typing?