Обсуждение: Re: [BUGS] BUG #14183: pgAdminIII doesn't display NEGATOR entries

Поиск
Список
Период
Сортировка

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

От
Julien Rouhaud
Дата:
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

Вложения