Re: [BUGS] BUG #14183: pgAdminIII doesn't display NEGATOR entries

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: [BUGS] BUG #14183: pgAdminIII doesn't display NEGATOR entries
Дата
Msg-id 6e9a20ab-8d1e-aa40-8621-86adc6e0e323@dalibo.com
обсуждение исходный текст
Список pgadmin-hackers
I'm adding pgadmin-hackers which seems more suited

On 11/06/2016 11:41, dmigowski@ikoffice.de wrote:
> The following bug has been logged on the website:
>
> Bug reference:      14183
> Logged by:          Daniel Migowski
> Email address:      dmigowski@ikoffice.de
> PostgreSQL version: 9.5.3
> Operating system:   Any
> Description:
>
> When Operators are displayed in pgAdminIII the NEGATOR clause is missing.
> Example from =(int4,int4):
>
> CREATE OPERATOR =(
>   PROCEDURE = int4eq,
>   LEFTARG = int4,
>   RIGHTARG = int4,
>   COMMUTATOR = =,
>   RESTRICT = eqsel,
>   JOIN = eqjoinsel,
>   HASHES,
>   MERGES);
>
>
>

Attached patch should fix the issue.

Regards.

--
Julien Rouhaud
http://dalibo.com - http://dalibo.org

Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Qt runtime issue on python 3 + patch
Следующее
От: Edmund Horner
Дата:
Сообщение: Ordering of results in query templates involving UNION