Re: [ADMIN] pgsql.sh

1998-11-23 Thread Jonah Kuo
Jason Boxman wrote: > Just an offhand guess, but maybe you need to also redirect STERR in addition to > STOUT to /usr/local/pgsql/errlog? Shell scripts have never been my thing, but > isn't it something like "... > /usr/local/pgsql/errlog 2>&1 &" or something > along those lines perhaps? (No sin

Re: [ADMIN] Cannot allocate greater than 28 Meg of shared

1998-11-23 Thread G. Anthony Reina
Thanks Hui, SHMMAX was set to 0x200 in that .h file. So it looks as though the system wasn't allowing anything to allocated more than 32 meg of shared memory (as I found out with the -B option on the postmaster). I haven't had a chance to go through re-building the kernel. Our IT guy

No Subject

1998-11-23 Thread Ken Wills
Hi! I have an annoying problem, that I just haven't been able to get around yet. When I parse the input from a form and go to insert it eveything works fine as long as the user doesn't use the ' character in the input. I've tried using qw{} and qq{}, which either don't interpolate or give me e

[ADMIN] pgsql.sh

1998-11-23 Thread Jonah Kuo
Hello, First of all, I apologize if this has been discussed before. I have this startup script 'pgsql.sh' on my FreeBSD-3.0 system, everything goes fine except I can't have error messages send to the file I specified in this script #!/bin/sh [ -x /tmp/.s.PGSQL.* ] && rm -f /tmp/.s.PGSQL.* [ -x