Re: [ADMIN] i need help

2004-12-14 Thread Philip Michael D Vargas
To: "Philip Michael D Vargas" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 7:24 AM Subject: Re: [ADMIN] i need help > On Sun, 2004-12-12 at 05:33, Philip Michael D Vargas wrote: > > Good day to all ... > > > > I hope any one

Re: [ADMIN] i need help

2004-12-14 Thread Simon Riggs
On Sun, 2004-12-12 at 05:33, Philip Michael D Vargas wrote: > Good day to all ... > > I hope any one can give me an advice ... to optimize my database... > > im having a problem when i'm backing up my DB and also using vacuum for my > DB... > my CPU load goes up and no one can use my DB... mo

[ADMIN] i need help

2004-12-11 Thread Philip Michael D Vargas
Good day to all ... I hope any one can give me an advice ... to optimize my database... im having a problem when i'm backing up my DB and also using vacuum for my DB... my CPU load goes up and no one can use my DB... most of the transaction comes from web server.. I just need ur good advice

Re: [ADMIN] i need help in using pg!!!

1998-08-10 Thread Jeremiah Davis
PGDATA=/var/lib/pgsql Should read PGDATA=/var/lib/pgsql/data so the database would be /var/lib/pgsql/data/base, not /var/lib/pgsql/base On Mon, 10 Aug 1998, atif ahmed wrote: > hi all > i installed postgresql 6.3.2-6 that comes with redhat 5.1 as a root. "i > tried to install it as a regul

[ADMIN] i need help in using pg!!!

1998-08-10 Thread atif ahmed
hi all i installed postgresql 6.3.2-6 that comes with redhat 5.1 as a root. "i tried to install it as a regular user but rpm wouldn't allow me" anyway, after i installed it i logged into my regular account added the following to my bash_profile: PATH=$PATH:/usr/bin/postgresql PGDATA=/var/lib/pgs