Re: [ADMIN] problem with pg_dump and pg_restore

2004-04-21 Thread Corey . Brune
When I tried to use the 7.3.2 dump, and use 7.4.1 import, I had several issues- mostly with data. I actually had to dump with the 7.4.1 dumpall command, upgrade the DB to 7.4.1, and then everything imported correctly. Hope this helps, Corey

Re: [ADMIN] freebsd performance

2004-05-03 Thread Corey . Brune
Try looking at your kernel- make sure that you don't have any debugging turned on, and comment out all unnecessary devices. Read the man page on tuning. What is slow? Are any metrics at 100%, i.e. IO or CPU? If you need more help, please provide additional information. Corey

Re: [ADMIN] 7.4.3 initdb: could not create semaphores

2004-07-02 Thread Corey . Brune
A really good email from Cheryl Bender near a month ago: Michael; What version of FreeBSD? What version of PostGres? On my server, running FreeBSD 5.1 and pg 7.3, the values are kern.ipc.shmmax: 33554432 kern.ipc.shmmin: 1 kern.ipc.shmmni: 192 kern.ipc.shmseg: 128 kern.ipc.shmall: 8192 kern.ip

Re: [ADMIN] 7.4.3 initdb: could not create semaphores

2004-07-02 Thread Corey . Brune
I have all of these on my server, but postgres does not fail when using semaphores. What happens when you 'gmake check'? Thanks, Corey [EMAIL PROTECTED]

Re: [ADMIN] help needed for performance tuning

2003-08-01 Thread Corey . Brune
How is your query written, and are you dealing with any referential interegrity? Corey "Priya Nair"