[ADMIN] Changing Database Owner

2000-03-20 Thread Bruce, Chris A (Chris)** CTR **
How can I change the owner of tables in a database? Chris Bruce [EMAIL PROTECTED] Lucent Technologies 2300 Camino Ramon San Ramon, Ca 925-815-8336

Re: [ADMIN] Need postgres password!

2000-03-20 Thread Chris Albertson
Likely there is none. Do an "su" to root then do "su - postgres". This will make you the postgres user without having to know the password if it exists. Oscar Monroy Brise~no wrote: ...anybody know the password for the user postgres ??? -- Chris Albertson [EMAIL PROTECTED]

[ADMIN] Need postgres password!

2000-03-20 Thread Oscar Monroy Brise~no
Hi, I have postgresql on linux 6 the installation was made by default with the system, so anybody know the password for the user postgres ??? thanks in advance for any help ! ||| o o ==uuu==o==uuu===

[ADMIN] Password auth

2000-03-20 Thread dizzy
Hi everyone, I have a postgresql 6.5.3 installed on a redhat machine (base 6.0 but the rpms are from 6.1). Until now everything works fine with it (even www+php access). Last night I encountered this problem. I want to be able to connect to the database server using "password" as the authentifica

[ADMIN] -S memory restriction broken?

2000-03-20 Thread Magnus Hagander
Hello! I've been running some heavy joins on my postgres database, and I had it configured with '-S65536' to use 64Mb of RAM for each backend sort memory, since the FAQ says: "You can also use the backend -S option to increase the maximum amount of memory used by each backend process for tempora

Re: [ADMIN] Advantages of pg_dumpall over tar/gzip?

2000-03-20 Thread Hernan J. Gonzalez
--- Bruce Momjian <[EMAIL PROTECTED]> wrote: > > What's the advantage of using pg_dumpall over > tar/gzip for backup? > > pg_dumpall grabs a constent snapshot of the data. > tar/gzip is just > backing up the files, so you can get some data in > some table that is > committed, but miss data in an

[ADMIN]

2000-03-20 Thread Jeremy G Byrne
unsubscribe

Re: [ADMIN] Tuning postgres for high volume applications

2000-03-20 Thread Hernan J. Gonzalez
-- Brian Baquiran <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Postgres 6.5.2 in a high-volume > application that has on the order of a > hundred inserts and selects (but mostly inserts) a > minute. My loadaverage hovers > around 1.0, and can go much, much higher (50-80) > during vacuum and que