Re: BUG #2840: \set HISTCONTROL ignoredups doesn't work in psql

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: BUG #2840: \set HISTCONTROL ignoredups doesn't work in psql
Дата
Msg-id 65937bea0612190759s144ea081id9fa394de6f42fc8@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #2840: \set HISTCONTROL ignoredups doesn't work in psql  ("Ned T. Crigler" <crigler@users.sourceforge.net>)
Список pgsql-bugs
On 12/19/06, Ned T. Crigler <crigler@users.sourceforge.net> wrote:
>
>
> In psql, doing:
>
> \set HISTCONTROL ignoredups
> select 1;
> select 1;
> select 1;
> select 1;
> select 1;
>
> adds every select statement into the history, instead of ignoring the
> duplicate statements.
>

Can you please let us know the environment? If it is psql on Windows, then I
think it is the cmd.exe thats storing that history for you and not psql
itself.

Regards,


--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | yahoo }.com

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

Предыдущее
От: "Ned T. Crigler"
Дата:
Сообщение: BUG #2840: \set HISTCONTROL ignoredups doesn't work in psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: No error when FROM is missing in subquery