Re: weird problem, cant edit data in tables

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Roger D(dot) Vargas" <roger(at)ehtsc(dot)co(dot)cu>
Cc: PgAdmin Support Mailing List <pgadmin-support(at)postgresql(dot)org>
Subject: Re: weird problem, cant edit data in tables
Date: 2004-08-17 17:17:56
Message-ID: 41223DC4.9050106@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


>>
>>In order to edit tables, they need to have uniquely identifyable rows,
>>see the doc.
>
> Sorry for the term, a master table is the one that contains the primary
> key, the "detail" table references the primary key in that master table,
> a "master-detail" relationship.
>

Create primary keys in *every* table, unless you have a very very good
reason not to do so (and these are rare).

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Raphaël Enrici 2004-08-17 17:57:00 Re: Compilation error [solved]
Previous Message Roger D. Vargas 2004-08-17 17:09:55 Re: weird problem, cant edit data in tables