#377: Regression in 1.16 b4: missing items from context menu for indexes and
pkeys
+---
Reporter: brsa| Owner: dpage
Type: bug | Status: new
Priority: minor | Milesto
#377: Regression in 1.16 b4: missing items from context menu for indexes and
pkeys
+---
Reporter: brsa| Owner: dpage
Type: bug | Status: new
Priority: minor | Milesto
Aloha!
The SQL script for indexes incorrectly prepends the index name with the table name of the involved table - instead of the schema name where the index
lives.
Demo to reproduce:
I say:
CREATE TABLE x(name text);
CREATE INDEX name_idx ON x (name);
pgAdmin says:
-- Index: x.na
Aloha!
I think I ran into this regression with v1.16 beta4 and filed a ticket.
So far I have seen this to affect indexes, primary keys and foreign keys
But *not* tables, views, function, triggers, sequences or types ...
Added two small screenshots to the ticket to compare 1.4 and 1.16b4
http
On 27.08.2012 16:37, Erwin Brandstetter wrote:
Aloha!
I think I ran into this regression with v1.16 beta4 and filed a ticket.
So far I have seen this to affect indexes, primary keys and foreign keys
But *not* tables, views, function, triggers, sequences or types ...
Added two small screenshots