Re: [pgadmin-support] Problem with Serial Columns

2007-07-26 Thread Dave Page
Luiz K. Matsumura wrote: The atacched diff file modify this (reference is the source of 1.6.3), but I don't have sufficient skill to compile the source and I'm not a C/C++ programmer to do a better change. Thanks - I've applied a fix along these lines. It'll be in beta 3. I think that a bette

[pgadmin-support] Problem with Serial Columns

2007-07-25 Thread Luiz K. Matsumura
Hi all, I'm using Postgres 8.2.4 with pgAdmin 1.6.3 (but this occur with 1.8.0 beta 1 too) When we create something like CREATE SCHEMA example; CREATE TABLE example.teste ( id serial NOT NULL , dsitem character varying(30), CONSTRAINT pk_teste PRIMARY KEY (id) ); All works fine, but if w