> -----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 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 table using pgadmin, and then using sql > commands in psql, but the result is the same.
Do you have a primary key specified? Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match