Re: [ADMIN] Can you help me

2005-06-06 Thread Bruno Wolff III
On Mon, Jun 06, 2005 at 19:34:24 +0200, Michelle Konzack <[EMAIL PROTECTED]> wrote: > > I am using Debian GNU/Linux 3.0 with pgsql 7.4 (backport) > and want to upgrade to SARGE 3.1 and pgsql 8.0 > > Because I can not upgrade my production system to SARGE, > I need to install SARGE on a new syst

Re: [ADMIN] Can you help me

2005-06-06 Thread Michelle Konzack
Am 2005-06-06 11:58:41, schrieb Bruno Wolff III: > On Sun, Jun 05, 2005 at 11:45:37 +0300, > Talal Mahyoub Abdo <[EMAIL PROTECTED]> wrote: > > Hi, > > I have older version for postgresql 7.2,I want upgread the version > > how to upgread postegresql 7.2 to postgresql 8.0 > > Read the 8.0 release

Re: [ADMIN] Can you help me

2005-06-06 Thread Bruno Wolff III
On Sun, Jun 05, 2005 at 11:45:37 +0300, Talal Mahyoub Abdo <[EMAIL PROTECTED]> wrote: > Hi, > I have older version for postgresql 7.2,I want upgread the version > how to upgread postegresql 7.2 to postgresql 8.0 Read the 8.0 release notes. You are going to want to do a complete dump of your 7.2

Re: [ADMIN] RAID0 vs RAID1 vs RAID?

2005-06-06 Thread Rodolfo Baselli
Cris Carampa wrote: Is it possible that RAID0 is 6 times faster than RAID1? Since RAID0 has no fault tolerance, what is the RAID configuration that gives maximum performance and reliability? RAID10? Short (same old) answer: it depends. It's no surprise that RAID0 outperforms RAID1 expecially i

Re: [ADMIN] checking if user is connected as a superuser?

2005-06-06 Thread hubert depesz lubaczewski
On 6/6/05, Dragan Matic <[EMAIL PROTECTED]> wrote: Is there a way to check if user is a superuser for the given cluster?Thanks in advance select usesuper from pg_user where usename = CURRENT_USER; depesz

[ADMIN] checking if user is connected as a superuser?

2005-06-06 Thread Dragan Matic
Is there a way to check if user is a superuser for the given cluster? Thanks in advance Dragan ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTE