Re: [ADMIN] Help

2006-02-04 Thread Tom Lane
Enzo Daddario <[EMAIL PROTECTED]> writes: > I have just installed postgres 8.1.2 (upgrading from 7.4.2) and upon > commencement of populating DBs with data dumped using pg_dumpall(7.4.2) > I receive the following error: > DELETE FROM pg_shadow WHERE usesysid <> (SELECT datdba FROM pg_database > WH

[ADMIN] Help

2006-02-04 Thread Enzo Daddario
Hi All, I have just installed postgres 8.1.2 (upgrading from 7.4.2) and upon commencement of populating DBs with data dumped using pg_dumpall(7.4.2) I receive the following error: DELETE FROM pg_shadow WHERE usesysid <> (SELECT datdba FROM pg_database WHERE datname = 'template0'); ERROR: cannot

[ADMIN] Postgres 8.1.x and MIT Kerberos 5

2006-02-04 Thread Mohan Anon
Greetings, I was trying to build source build postgres 8.1.x with MIT Kerberos 5 1.4.x implementation. The whole thing bombs out. After some digging, I had to hack the autoconf script (configure.in) to properly account for the way the libraries are built for 1.4.x. I don't know whether an earlier

[ADMIN] Installation problem question

2006-02-04 Thread Luba Alpin
I am trying to install PostgreSQL 8.1 on Windows2003 Standard Edition and installation failed. Attached is the log that I corresponded to it from Installer dialog. I can find the reason of ‘Access is denied’ message that I see in this file. Or may be this isn’t a reason of the problem.  

Re: [ADMIN] autovacuum

2006-02-04 Thread Tom Lane
Christopher Browne <[EMAIL PROTECTED]> writes: >> does autovacuum locks tables while vacuuming? > Of course it does; any request to access a relation will issue one or > more locks on the relation. This is correct in general ... > VACUUM issues an AccessShareLock request against each relation th

Re: [ADMIN] autovacuum

2006-02-04 Thread Christopher Browne
> i have PostgreSQL 8.1.2 > > i want to enable autovacuum at my PostgreSQL 8.1.2 from postgresql.conf > i've got 50-60 insert and/or update queries in a second in that case > tables shouldn't be locked > does autovacuum locks tables while vacuuming? Of course it does; any request to access a rela

[ADMIN] autovacuum

2006-02-04 Thread Alp UYANIK
i have PostgreSQL 8.1.2 i want to enable autovacuum at my PostgreSQL 8.1.2 from postgresql.conf i've got 50-60 insert and/or update queries in a second in that case tables shouldn't be locked does autovacuum locks tables while vacuuming? and also i wonder what should be the configuration?