Re: [pgadmin-support] system database flag?

2009-04-23 Thread Guillaume Lelarge
Le jeudi 23 avril 2009 à 14:48:29, jan-peter.seif...@gmx.de a écrit : > Hello, > > Guillaume Lelarge wrote: > > > However, when I view the properties of the new template1 in pgAdmin III > > > > it > > > > > isn't stated that it's a system database anymore. Is it because that > > > the OID is differ

Re: [pgadmin-support] system database flag?

2009-04-23 Thread Jan-Peter . Seifert
Hello, Guillaume Lelarge wrote: > > However, when I view the properties of the new template1 in pgAdmin III > it > > isn't stated that it's a system database anymore. Is it because that the > > OID is different from 1 or is there a hidden flag? In pg_database I > don't > > see any significant di

Re: [pgadmin-support] pgAmin 1.10 beta 2 and slony schema

2009-04-23 Thread Guillaume Lelarge
Le jeudi 23 avril 2009 à 12:54:12, Tore Halvorsen a écrit : > [...] > Is there any way to display the slony cluster schema? > > Ie, the schema _clustername in the treeview - this is visible in > version 1.8.4 but not in 1.10. > The slony schema should be available in the catalogs node. -- Guill

Re: [pgadmin-support] system database flag?

2009-04-23 Thread Guillaume Lelarge
Le jeudi 23 avril 2009 à 12:29:33, Jan-Peter Seifert a écrit : > [...] > in order to get a clean template1 I dropped and recreated it: > > UPDATE pg_database SET datistemplate = false WHERE datname = 'template1'; > > DROPDB -U postgres template1 > > CREATEDB -U postgres -T template0 template1 > > U

Re: [pgadmin-support] pgAdmin hang on connection drop/reconnect

2009-04-23 Thread Willy-Bas Loos
There are tcp_keepalives on the server side of postgresql The problem was that debian waits 2 hours before starting the keepalives (7200 s). Also, the connection would only be kept alive for 9*75 s, which is 11 min. So i changed the tcp_keepalives_idle to 120 (keepalives start after 2 min) and th

[pgadmin-support] pgAmin 1.10 beta 2 and slony schema

2009-04-23 Thread Tore Halvorsen
Hi, Is there any way to display the slony cluster schema? Ie, the schema _clustername in the treeview - this is visible in version 1.8.4 but not in 1.10. -- Eld på åren og sol på eng gjer mannen fegen og fjåg. [Jøtul] 2009 Tore Halvorsen || +052 0553034554 -- Sent via pgadmin-support mailing

[pgadmin-support] pgAmin 1.10 beta 2 and slony schema

2009-04-23 Thread Tore Halvorsen
Hi, Is there any way to display the slony cluster schema? Ie, the schema _clustername in the treeview - this is visible in version 1.8.4 but not in 1.10. -- Eld på åren og sol på eng gjer mannen fegen og fjåg. [Jøtul] 2009 Tore Halvorsen || +052 0553034554 -- Sent via pgadmin-support mailing

[pgadmin-support] system database flag?

2009-04-23 Thread Jan-Peter Seifert
Hello, in order to get a clean template1 I dropped and recreated it: UPDATE pg_database SET datistemplate = false WHERE datname = 'template1'; DROPDB -U postgres template1 CREATEDB -U postgres -T template0 template1 UPDATE pg_database SET datistemplate = true WHERE datname = 'template1'; GRANT

Re: [pgadmin-support] pgAdmin hang on connection drop/reconnect

2009-04-23 Thread Willy-Bas Loos
I looked at this problem once again with a colleage and came to the conclusion that the firewall is timing out the connection. Some other client software packages, like SSH for example, have a mechanism to manage this problem: "NAT firewalls like to time out idle sessions to keep their state tabl