Re: [ADMIN] Postgres and SUN

2008-04-06 Thread Thomas Bräutigam
Hi Jignesh, Thanks for this information. Did SUN make any other tests with SUN Machines and Postgres Databases? Cheers Thomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jignesh K. Shah Sent: Freitag, 4. April 2008 15:14 To: Thomas Bräutigam Cc:

Re: [ADMIN]store different tables in different locations

2008-04-06 Thread Duan Ligong
Shane Ambler wrote: Two things I can think of that may get you a message like this. 1. Available disk space (or quotas for the postgres user) - which partition is the db on and how much free space does it have? Well, In order to keep my system running 7x24, I make a cluster for it with the

Re: [ADMIN] Restore Data Folder Problem

2008-04-06 Thread Phillip Smith
> i have restore my old data folder in pgsql > but still there is a permission problem Can you give us any more info? Specific error messages? In general, permissions should be (I think): chown -R postgres:postgres /path/to/data find /path/to/data -type -d -print | xargs chmod 700