Re: [BUGS] BUG #14183: pgAdminIII doesn't display NEGATOR entries - Mailing list pgadmin-hackers

From Julien Rouhaud
Subject Re: [BUGS] BUG #14183: pgAdminIII doesn't display NEGATOR entries
Date
Msg-id 6e9a20ab-8d1e-aa40-8621-86adc6e0e323@dalibo.com
Whole thread Raw
List 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

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Qt runtime issue on python 3 + patch
Next
From: Edmund Horner
Date:
Subject: Ordering of results in query templates involving UNION