I tried today with a simple schema:

CREATE TABLE t1 (
    c1 integer NOT NULL,
    c2 text
);
CREATE TABLE t2 (
    c3 boolean
)
INHERITS (t1);
CREATE TABLE t3 (
    c1t3 bigint,
    c2t3 boolean
);
CREATE TABLE t4 (
    c5 character varying
)
INHERITS (t1, t3);

Mono inheritance (t2) and multi inheritance (t4), as you can see. Works
great on 1.14, the next stable release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815882

Title:
  duplicate field names in inherited table view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pgadmin3/+bug/815882/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to