R: Re: R: Re: [ADMIN] Install postgreSQL 9.0 in Linux Ubuntu 9.10

2011-07-07 Thread francescobocca...@libero.it
ok, i'm going to try the Scott's suggestion, but as soon as possible i'll install Ubuntu 10.04LTS version. Thanks, Francesco Boccacci >Messaggio originale >Da: scrawf...@pinpointresearch.com >Data: 07/07/2011 17.54 >A: "francescobocca...@libero.it" >Cc: >Ogg: Re: R: Re: [ADMIN] Install

Re: R: Re: [ADMIN] Install postgreSQL 9.0 in Linux Ubuntu 9.10

2011-07-07 Thread Steve Crawford
On 07/07/2011 08:29 AM, francescobocca...@libero.it wrote: Hi, i tried to run : /postgresql-9.0.4-1-linux.bin but i received segmentation fault error. So i think, after Steve reply, that the best way to install postgresql 9.0 is to install Ubuntu 10.04. Am i right? Thanks for your help, Best d

Re: [ADMIN] Install postgreSQL 9.0 in Linux Ubuntu 9.10

2011-07-07 Thread Scott Mead
On Thu, Jul 7, 2011 at 10:49 AM, Steve Crawford < scrawf...@pinpointresearch.com> wrote: > On 07/07/2011 02:04 AM, francescobocca...@libero.it wrote: > >> Dear all, >> i tried to install postgresql 9.0 in my Linux Ubuntu 9.10. >> ... >> >> OpenSCG has deb's that will install cleanly: http://www.o

R: Re: [ADMIN] Install postgreSQL 9.0 in Linux Ubuntu 9.10

2011-07-07 Thread francescobocca...@libero.it
Hi, i tried to run : /postgresql-9.0.4-1-linux.bin but i received segmentation fault error. So i think, after Steve reply, that the best way to install postgresql 9.0 is to install Ubuntu 10.04. Am i right? Thanks for your help, Francesco Boccacci >Messaggio originale >Da: scrawf...@p

Re: [ADMIN] Install postgreSQL 9.0 in Linux Ubuntu 9.10

2011-07-07 Thread Steve Crawford
On 07/07/2011 02:04 AM, francescobocca...@libero.it wrote: Dear all, i tried to install postgresql 9.0 in my Linux Ubuntu 9.10. ... The following packages have unmet dependencies: postgresql-9.0: Depends: libc6 (>= 2.11) but 2.10.1-0ubuntu19 is to be installed Depends: libg

[ADMIN] Install postgreSQL 9.0 in Linux Ubuntu 9.10

2011-07-07 Thread francescobocca...@libero.it
Dear all, i tried to install postgresql 9.0 in my Linux Ubuntu 9.10. I follow these steps that i found in: http://www.russbrooks.com/2010/12/4/install-postgresql-9-on-ubuntu-linux I know that : Tested on: Ubuntu 10.04 I received this error: $ sudo apt-get install postgresql-9.0 Reading packag

R: Re: R: Re: [ADMIN] adminpack installation problem

2011-07-07 Thread francescobocca...@libero.it
Thanks, Francesco Boccacci >Messaggio originale >Da: gabriele.bartol...@2ndquadrant.it >Data: 07/07/2011 10.34 >A: >Cc: , >Ogg: Re: R: Re: [ADMIN] adminpack installation problem > > Dear Francesco, > > On Thu, 7 Jul 2011 10:29:10 +0200 (CEST), "francescobocca...@libero.it" > wrote: >>

Re: R: Re: [ADMIN] adminpack installation problem

2011-07-07 Thread Gabriele Bartolini
Dear Francesco, On Thu, 7 Jul 2011 10:29:10 +0200 (CEST), "francescobocca...@libero.it" wrote: tab. There are PID, Database,etc.. but no Application tab. I think it is usefull to understand "who" works in. application_name has been added in PostgreSQL 9.0. Your server is 8.4. Ciao, Gabriel

R: Re: [ADMIN] adminpack installation problem

2011-07-07 Thread francescobocca...@libero.it
Dear all, i have i question about server status tool of pgadminIII. I installed pgadminIII version 1.12.3 and in my server status tool there isn't Application tab. There are PID, Database,etc.. but no Application tab. I think it is usefull to understand "who" works in. Do you have any idea? Th

Re: [ADMIN] How to start a database in ReadOnly mode?

2011-07-07 Thread Achilleas Mantzios
Hello Στις Thursday 07 July 2011 10:26:19 ο/η Simon Riggs έγραψε: > On Thu, Jul 7, 2011 at 8:08 AM, Paul Schluck wrote: > > > Is it possible to start a postgres cluster or 1 postgres database in > > readonly mode? And - if yes - how can this be done? > > There is no formal, explicit command to d

Re: [ADMIN] How to start a database in ReadOnly mode?

2011-07-07 Thread Simon Riggs
On Thu, Jul 7, 2011 at 8:08 AM, Paul Schluck wrote: > Is it possible to start a postgres cluster or 1 postgres database in > readonly mode? And - if yes - how can this be done? There is no formal, explicit command to do that. Just avoid doing writes, either in the application or by removing priv

[ADMIN] How to start a database in ReadOnly mode?

2011-07-07 Thread Paul Schluck
Hi, Is it possible to start a postgres cluster or 1 postgres database in readonly mode? And - if yes - how can this be done? Regards, Paul Schluck