[ADMIN] pg_dumpall failing?

1999-10-17 Thread Mike Meyer
I'm trying to upgrade from 6.4.2, and the 6.4.2pg_dumpall is failing with the message: guru$ pg_dumpall > db_out getIndices(): SELECT failed pg_dump failed on sqlmail, exiting Trying the version of pg_dumpall that comes with 6.5.1 fails with: guru$ sh /tmp/pg_dumpall >

[ADMIN] Table file internals

1999-10-17 Thread Andrey Novikov
Hi, I need an urgent help. My database in entirely broken but I steel have binary files of my tables. I need to get data from them. Is there any way to get it in any way? Best regards, Andrey mailto:[EMAIL PROTECTED]

Re: [ADMIN] Can not start the postmaster daemon during INSTALLATION ! ( HELP ME !)

1999-10-17 Thread Jacques B. Dimanche
At 05:13 PM 10/16/99 +0800, nisc wrote: > I've got postgresql-6.5.1.tar.gz and try to install it on my solaris > IpcMemoryCreate: shmget failed (Invalid argument) > key=5432001, size=1073152, permission=600 > FATAL 1: ShmemCreate: cannot create region Pretty

Re: [ADMIN] psql -u

1999-10-17 Thread Peter Eisentraut
On Oct 17, lec mentioned: > When I use psql with -u option, psql prompts for the user and password > but any password lets me through although psql checks for the user. > > What am I missing here? Passwords only make sense if you actually use password authentication (see pg_hba.conf(5)), otherw

[ADMIN] Cyrillic/WIN/mb support question

1999-10-17 Thread Max Pyziur
Greetings all, I'm getting my feet wet w/ Postgresql so apologies if I'm being clueless in front of you more knowledgeable cognescenti. Background: I've got a Linux RH5.2 setup at home and have started using a combo of Apache 1.3.3/Postgres 6.3.x/PHP. All this RPM-in-the-can stuff is lovely; w

[ADMIN] psql -u

1999-10-17 Thread lec
When I use psql with -u option, psql prompts for the user and password but any password lets me through although psql checks for the user. What am I missing here?