Re: [pgadmin-hackers] View Data hangs

2003-09-18 Thread claus
I use XP Pro latest hot fix. Azttached the logfile ... hope this helps ... Regards, Claus2003-09-19 08:44:08 INFO : ## 2003-09-19 08:44:08 INFO : # pgAdmin III Version 0.9.2 BETA 2 Startup 2003-09-19 08:44:08 INFO : ##

Re: [pgadmin-hackers] The comment of Primary key

2003-09-18 Thread Hiroshi Saito
Hi Dave. Hmm.. pg_dumpall can't take it I had never used this comment sentence until now. Did anyone use this? Regards, Hiroshi Saito > Hi Hiroshi, > > I don't have a system to test this on at the moment so I may have missed > something... > You are joining to pg_description using pg_class.

[pgadmin-hackers] Swedish translation updated to 765 strings

2003-09-18 Thread Oskar Berggren
This is an updated version of the Swedish translation that brings it back up to 100% translated. Regards, Oskar -- Oskar Berggren <[EMAIL PROTECTED]> pgadmin3-sv_SE.tar.bz Description: application/bzip ---(end of broadcast)--- TIP 7: don't forge

Re: [pgadmin-hackers] View Data hangs

2003-09-18 Thread Andreas Pflug
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 (u

Re: [pgadmin-hackers] [pgadmin-support] pgAdmin3 on Linux

2003-09-18 Thread Dave Page
> -Original Message- > From: Richard Bacon [mailto:[EMAIL PROTECTED] > Sent: 18 September 2003 21:41 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] pgAdmin3 on Linux > > > Richard Bacon babbled: > > > far too much to be useful ;-o - sorry > > Anyway, > Looked at the configu

Re: [pgadmin-hackers] Strange Error in Server logfile

2003-09-18 Thread Dave Page
> -Original Message- > From: claus [mailto:[EMAIL PROTECTED] > Sent: 18 September 2003 17:50 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Strange Error in Server logfile > > > Hello you guys, > > I just upgraded my server to PostgreSQL 7.3.4. > And I just saw that I get these

[pgadmin-hackers] View Data hangs

2003-09-18 Thread claus
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, l

[pgadmin-hackers] Strange Error in Server logfile

2003-09-18 Thread claus
Hello you guys, I just upgraded my server to PostgreSQL 7.3.4. And I just saw that I get these 2 lines FATAL: unsupported frontend protocol FATAL: unsupported frontend protocol When connecting with pgadmin III beta 2 to it. Perhaps it already happend on the 7.3.3 but I have never been aware.

Re: [pgadmin-hackers] The comment of Primary key

2003-09-18 Thread Dave Page
It's rumoured that Hiroshi Saito once said: > > saito=# SELECT cls.oid, cls.relname as idxname, indrelid, indkey, > indisclustered, indisunique, indisprimary, n.nspname, > indnatts, tab.relname as tabname, indclass, description