Re: Pga2: 4 errors - Mailing list pgadmin-support

From Dave Page
Subject Re: Pga2: 4 errors
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B825A1C8@mail.vale-housing.co.uk
Whole thread Raw
In response to Pga2: 4 errors  ("Lrat" <lratlrat@correo.lrats.com>)
List 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 by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Pga2: 4 errors
Next
From: "Dave Page"
Date:
Subject: pgAdmin Licencing Changes