[ADMIN] Re: SMP support? Yes or no

2001-03-10 Thread J.H.M. Dassen (Ray)
Mario Jorge Nunes Filipe <[EMAIL PROTECTED]> wrote: >Is postgres smp aware or not? AFAIK, PostgreSQL is not explicitly SMP-aware, but given that a separate backend server (postmaster) is started for each database connection, it will take advantage of SMP automatically when there is more than one

[ADMIN] SMP support? Yes or no

2001-03-10 Thread Mario Jorge Nunes Filipe
Hi I have an online application using postgres 6.5.3 (latest from stable debian) and php3. I'm not using many features (basically just tables and indexes). The application (where teachers can grade their students) has already been tested withou major hassle (at the time on a postgres 6.3.2 db).

Re(3): [ADMIN] Postgres/Postmaster logging and log rotation

2001-03-10 Thread pgsql-admin
Thank you anyway. I have solve my problem in 6.5.3 (too old server) by creating pg_options verbose=2 query=1 syslog=0 hostlookup showportnumber I I set syslog=0 'coz I can't make it log to /var/log/postgresql. I removed "-d 2" in /etc/rc.d/init.d/postgresql: su -l postgre