Re: Pga2: 4 errors
От | Dave Page |
---|---|
Тема | Re: Pga2: 4 errors |
Дата | |
Msg-id | 03AF4E498C591348A42FC93DEA9661B825A1C8@mail.vale-housing.co.uk обсуждение исходный текст |
Ответ на | Pga2: 4 errors ("Lrat" <lratlrat@correo.lrats.com>) |
Список | pgadmin-support |
OK, I think we fixed this, the exporter error and the log issue now (the filename issue isn't done yet). Can you please try the snapshot from the binaries folder at http://cvs.pgadmin.org/. Regards, Dave > -----Original Message----- > From: Lrat [mailto:lratlrat@correo.lrats.com] > Sent: 21 May 2003 10:31 > To: Dave Page > Subject: RE: [pgadmin-support] Pga2: 4 errors > > > What were you doing when this happened? Deleting a record > certainly works OK as far as I know. Was someone else > modifying the table structure whilst you were editting the > data or something? > No, only access to insert/select. maybe boolean data in > the table def? > > -- Table: registrogaceta > CREATE TABLE registrogaceta ( > nombre varchar(100) NOT NULL, > empresa varchar(100) NOT NULL, > telefono varchar(9), > fax varchar(9), > correo varchar(40) NOT NULL, > economia bool, > profesional bool, > seguros bool, > credito bool, > emisoras bool, > observaciones varchar(250), > fecha date, > hora time, > CONSTRAINT registro_correo_idx UNIQUE (correo), > CONSTRAINT registro_pkey PRIMARY KEY (correo) > ) WITH OIDS; > REVOKE ALL ON TABLE registrogaceta FROM PUBLIC; > GRANT ALL ON TABLE registrogaceta TO postgres; > GRANT INSERT, SELECT ON TABLE registrogaceta TO dbregistro; > > thanks >
В списке pgadmin-support по дате отправления: