Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-18 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Roger D. Vargas > Sent: 17 August 2004 13:14 > To: PgAdmin Support Mailing List > Subject: Re: [pgadmin-support] weird problem, cant edit data in tables > > El mar, 1

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Andreas Pflug
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

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Roger D. Vargas
El mar, 17-08-2004 a las 14:46, Andreas Pflug escribiÃ: > Roger D. Vargas wrote: > > El mar, 17-08-2004 a las 08:11, Dave Page escribiÃ: > > > >>>my version is 1.0.2 for windows, and some recently created > >>>tables cant be edited to insert/update values. Simply the > >>>grid doesnt appears or

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Andreas Pflug
Roger D. Vargas wrote: El mar, 17-08-2004 a las 08:11, Dave Page escribiÃ: my version is 1.0.2 for windows, and some recently created tables cant be edited to insert/update values. Simply the grid doesnt appears or if there is data (inserted in psql by hand) it cant be modified. Seems to happen

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Roger D. Vargas
El mar, 17-08-2004 a las 08:11, Dave Page escribiÃ: > > > > my version is 1.0.2 for windows, and some recently created > > tables cant be edited to insert/update values. Simply the > > grid doesnt appears or if there is data (inserted in psql by > > hand) it cant be modified. Seems to happen on

Re: [pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Roger D. Vargas > Sent: 17 August 2004 13:06 > To: PgAdmin Support Mailing List > Subject: [pgadmin-support] weird problem, cant edit data in tables > > my version is

[pgadmin-support] weird problem, cant edit data in tables

2004-08-17 Thread Roger D. Vargas
my version is 1.0.2 for windows, and some recently created tables cant be edited to insert/update values. Simply the grid doesnt appears or if there is data (inserted in psql by hand) it cant be modified. Seems to happen only for tables that has a field referencing a master table. I created the tab