BUG #14183: pgAdminIII doesn't display NEGATOR entries

From: dmigowski(at)ikoffice(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14183: pgAdminIII doesn't display NEGATOR entries
Date: 2016-06-11 09:41:03
Message-ID: 20160611094103.5798.13285@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-bugs

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);

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Leonard Hecker 2016-06-11 12:01:17 PATCH: Support for HiDPI Displays on OS X (pgAdmin4)
Previous Message Dave Page 2016-06-10 16:23:42 pgAdmin 4 commit: Auto complete is not based on psql.

Browse pgsql-bugs by date

  From Date Subject
Next Message Julien Rouhaud 2016-06-12 17:58:10 Re: BUG #14183: pgAdminIII doesn't display NEGATOR entries
Previous Message AP 2016-06-10 11:06:33 Re: BUG #14178: output of jsonb_object and json_object doesn't match textually