From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | "J(dot)F(dot) Oster" <jinfroster(at)mail(dot)ru> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: PATCH: Fix bug in inherited column definition |
Date: | 2014-02-11 10:01:42 |
Message-ID: | CA+OCxoyi95CzT5WS3+SQryvcZ4QusdrmS4Pe-43R4Mjxwu6Dpw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Thanks - patch applied!
On Mon, Feb 10, 2014 at 5:58 PM, J.F. Oster <jinfroster(at)mail(dot)ru> wrote:
> Hello!
>
> Please see attached screenshot and a patch to fix that.
>
> There are 6 system columns (tableoid,cmax,xmax,cmin,xmin,ctid) which
> are counted before inherited columns go.
> Steps to reproduce:
> 1. Connect to database
> 2. Create table parenttable (f1 integer, f2 integer,... and so on)
> 3. Create table childtable inherits (parenttable)
> 4. In "Options - UI Miscellaneous" enable "Show System Objects in the
> treeview".
> 5. See definition of childtable.
>
> Also free up memory taken by pgSet *inhtables.
>
> --
> Best regards,
> J.F.
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2014-02-11 12:42:45 | pgAgent commit: Package pgAgent as an extension for PostgreSQL. |
Previous Message | Dave Page | 2014-02-11 10:01:15 | pgAdmin III commit: Fix SQL comments for inherited columns |