Re: [ADMIN] sequence of commands -- waiting on the first to complete!

1999-09-28 Thread Hitesh Patel
commands such that the second does NOT execute until the first one is > complete?? > > thanks! jt > > Put your commands in a shell script somewhere in the order you want them to execute and then tell cron to run that shell script. -- |----

[ADMIN] Postgres and Multiple Processors

1999-08-10 Thread Hitesh Patel
I am running Postgres on a Linux 2.2.11 box with 2 Pentium III 550 processors. It appears that postgres is only using the first processor and not both. Is there a compile-time switch I need to enable to make postgres use both processors or is this not currently supported? Also... does anyone ha