Hi,
We are running v814 with 8 GB of RAM and 3.5 GB allocated to shared memory.
It's never been a problem for us before. We ran into a situation
yesterday where we received the message above. At that time our total
available memory took a dive to 4GB and cached memory stayed around 4 GB.
"Marc G. Fournier" <[EMAIL PROTECTED]> writes:
> Is this possible?
log_min_error_statement = error
regards, tom lane
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is this possible? I'm trying to debug a recurring error in MAIA, where its
trying to use 'rpad', but I can't find where ... if I turn on
'log_statement="all"', there is just way too much data to weed through, so ...
-
Marc G. Fournier
Hi All,
anyone knows what could be this error above? I'm kind of desperate.
D:\PostgreSQL\Data>initdb -E UTF8
--locale=no-locale --auth=trust --username=postgres --pwprompt -D
"d:\\postgresql\\data"
The files belonging to this database system will be owned by user
"postgres".
This user m
Hello!
Your problem is that you have the pg_hba.conf set to do an ident
authentication if the connection comes from localhost - this is the default
setting imho.
Your password settings the in the settings.py won't work since your process
will run under the Apache user, nobody or www-data usually.