Re: Cannot visualize table

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Luiz Angelo Daros de Luca" <luizd(at)ig(dot)com(dot)br>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Cannot visualize table
Date: 2003-08-22 07:30:48
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B4E4@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Luiz Angelo Daros de Luca [mailto:luizd(at)ig(dot)com(dot)br]
> Sent: 21 August 2003 00:15
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Cannot visualize table
>
>
> I cannot visualize the table:
>
> CREATE TABLE public."Experimento"
> (
> "id_Experimento" int8 NOT NULL DEFAULT
> nextval('"ExperimentoSequencia"'::text),
> "id_Configuracao" int8 NOT NULL,
> desligar bool DEFAULT false,
> "atualizacaoCliente" oid NOT NULL,
> "programaCliente" oid NOT NULL,
> "versaoCliente" float8 NOT NULL,
> prioridade float8 DEFAULT 1,
> CONSTRAINT "Evolucoes_pkey" PRIMARY KEY ("id_Experimento"),
> CONSTRAINT "FK_EvolucaoConfiguracao" FOREIGN KEY
> ("id_Configuracao") REFERENCES public."Configuracao"
> (id_configuracao) ON UPDATE NO ACTION ON DELETE NO ACTION
> ) WITH OIDS;
>
> I click on the button view data and it shows nothing. Not
> even the colluns. I´m running the last pgadmin3 snapshot.
> WinXP PG 7.3.2.

Hi,

I fixed a bug the other day that will probably resolve this. Judging by the time you wrote your email, you may not have been using a snapshot that included the fix. This one should: http://snake.pgadmin.org/snapshots/win32/pgadmin3-20030821-Win32.zip.

If you are already running that, please let us know!

Regards, Dave.

Browse pgadmin-support by date

  From Date Subject
Next Message Jeffrey Hulten 2003-08-23 23:43:24 Error Message: ERROR: CREATE TABLE/DEFAULT multiple values specified for 'format.format_id'
Previous Message Dave Page 2003-08-22 07:27:52 Re: Error connecting to postgresql-server-7.3-2 with pgAdminII v1.6.0