Re: Pga2: 4 errors

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Lrat" <lratlrat(at)correo(dot)lrats(dot)com>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Pga2: 4 errors
Date: 2003-05-21 10:32:00
Message-ID: 03AF4E498C591348A42FC93DEA9661B825A1C8@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)correo(dot)lrats(dot)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
>

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-05-21 10:47:47 pgAdmin Licencing Changes
Previous Message Dave Page 2003-05-21 08:51:43 Re: Pga2: 4 errors