Re: PgAdmin doesn't let me enter new values via table grid
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: PgAdmin doesn't let me enter new values via table grid
> -----Original Message-----
> From: pgadmin-support-owner(at)postgresql(dot)org
> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of
> Thomas Pundt
> Sent: 15 September 2006 14:50
> To: pgadmin-support(at)postgresql(dot)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.
Home |
Main Index |
Thread Index