From: | Julien Rouhaud <julien(dot)rouhaud(at)dalibo(dot)com> |
---|---|
To: | dmigowski(at)ikoffice(dot)de, pgadmin-hackers(at)postgresql(dot)org |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #14183: pgAdminIII doesn't display NEGATOR entries |
Date: | 2016-06-12 17:58:10 |
Message-ID: | 6e9a20ab-8d1e-aa40-8621-86adc6e0e323@dalibo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers pgsql-bugs |
I'm adding pgadmin-hackers which seems more suited
On 11/06/2016 11:41, dmigowski(at)ikoffice(dot)de wrote:
> The following bug has been logged on the website:
>
> Bug reference: 14183
> Logged by: Daniel Migowski
> Email address: dmigowski(at)ikoffice(dot)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 | Content-Type | Size |
---|---|---|
add_negator.diff | text/plain | 713 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Edmund Horner | 2016-06-12 22:18:35 | Ordering of results in query templates involving UNION |
Previous Message | Sebastiaan van Stijn | 2016-06-12 00:44:49 | [PATCH] fix "global name 'execfile' not defined" |
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Janes | 2016-06-12 20:50:48 | Re: PostgreSQL (9.3 and 9.6) eats all memory when using many tables |
Previous Message | dmigowski | 2016-06-11 09:41:03 | BUG #14183: pgAdminIII doesn't display NEGATOR entries |