Re: Inherritance question solved

From: Kim Adil <ksadil(at)bigpond(dot)net(dot)au>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Inherritance question solved
Date: 2005-09-03 23:54:08
Message-ID: 1125791648.8796.11.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, 2005-09-04 at 09:23 +1000, Kim Adil wrote:
> Hi,
>
> Using pgadmin3, I created the tables :
>
> physical_object
> title
> description
>
> equipment
> manufacturer
> model
> serial_num
> -> inherits from physical_objects
>
> when I use the "edit data" feature of pgadmin3, the eqipment specific
> colums are readonly( and blank) and in the table properties for
> equipment these columns are grey, not black. How can I populate these
> fields?
>
> Thanks,
> Kim
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

The problem was the idiot on the keyboard trying to type letters into a
int8 column.

Kim

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2005-09-04 02:34:06 Re: UPDATE: pg_dump fails due to invalid memory request
Previous Message Kim Adil 2005-09-03 23:23:12 Inherritance question