BUG #5448: psql \set does not terminate if variable is referenced recursively

Поиск
Список
Период
Сортировка
От Francis
Тема BUG #5448: psql \set does not terminate if variable is referenced recursively
Дата
Msg-id 201005050317.o453HhTA094965@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5448: psql \set does not terminate if variable is referenced recursively  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5448
Logged by:          Francis
Email address:      fmarkham@gmail.com
PostgreSQL version: 8.4.3
Operating system:   Ubuntu linux 10.04
Description:        psql \set does not terminate if variable is referenced
recursively
Details:

psql \set does not terminate if a variable is referenced recursively.  For
example, the following will hang the psql client in a nasty way:

db=# \set n 1
db=# \set n (:n + 1)

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

Предыдущее
От: "KOIZUMI Satoru"
Дата:
Сообщение: BUG #5449: "elements" are not parameter
Следующее
От: Akul Gupta
Дата:
Сообщение: question