Re: View Data hangs

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: claus <ch(at)greenmail(dot)ch>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: View Data hangs
Date: 2003-09-18 19:38:11
Message-ID: 3F6A09A3.6030709@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

claus wrote:

>Hello again,
>
>Another thing .... on this table:
>
>-- Table: public.log
>
>-- DROP TABLE public.log;
>
>CREATE TABLE public.log
>(
> userid varchar(10) NOT NULL,
> log_time timestamptz NOT NULL,
> type varchar(10),
> message varchar(200),
> ip_addr varchar(15),
> CONSTRAINT log_pkey PRIMARY KEY (userid, log_time)
>) WITH OIDS;
>REVOKE ALL ON TABLE public.log FROM public;
>GRANT ALL ON TABLE public.log TO postgres;
>GRANT ALL ON TABLE public.log TO "ETAD";
>
>I get a hanging window when opening "View Data".
>
This works for me using the DDL above on Linux with a 7.4 backend (and
no data), what client do you use?
Please activate full debugging and send the log.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Oskar Berggren 2003-09-18 22:57:29 Swedish translation updated to 765 strings
Previous Message Dave Page 2003-09-18 18:33:57 Re: [pgadmin-support] pgAdmin3 on Linux