> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Thomas Pundt > Sent: 15 September 2006 14:50 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] PgAdmin doesn't let me enter new > values via table grid > > Hi, > > yet another strange thing that did work before: > > The database doesn't save values when entered into the table > grid. Instead > I get an error popup saying: ERROR: type > "pg_catalog.integer" does not exist
Thanks Thomas - this is due to pgAdmin now using format_type to ensure that you always see the SQL/PostgreSQL standard type name formatting. Seems there were still a couple of places where we were unecessarily re-adding schema qualifications and quoting. I think I've got these all fixed in SVN. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend