Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-18 Thread Tom Lane
Kevin Barnard <[EMAIL PROTECTED]> writes: > On Feb 16, 2004, at 8:27 PM, Tom Lane wrote: >> There isn't anything difficult about installing readline from source >> on Panther. Untar, configure, make, sudo make install. > One would think this to be the case. I keep getting the following link > e

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-18 Thread Kevin Barnard
On Feb 16, 2004, at 8:27 PM, Tom Lane wrote: Jeremy Buchmann <[EMAIL PROTECTED]> writes: ... Readline is available, and this may be the way to go if you can't get readline to compile on its own. There isn't anything difficult about installing readline from source on Panther. Untar, configure, ma

[ADMIN] Knowing postgres processes..

2004-02-18 Thread JM
Hi, this are processes running on my box. is it normal to see "idle" processes? 10.10.10.1 holds all of my application the connects to the db.. and is it possible to see what query is being processed by the [local] UPDATE? postgres 18826 0.0 0.1 381012 4100 ? SJan16 11

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-18 Thread Shane Wright
There nay be something I'm missing about why you're compiling from source, but I'm having a great time with the binary package from here... http://www.entropy.ch/software/macosx/postgresql/ It's 7.4, not 7.4.1 so I guess that may be why - but all the complicated bits are done and it works well!

[ADMIN] unsubscribe

2004-02-18 Thread Priya G
unsubscribe Get a FREE online computer virus scan from McAfee when you click here.

Re: [ADMIN] HELP - need way to restore only blobs

2004-02-18 Thread Warren Little
Thanks to all who responded. Found the pg_dumplo tool in contrib which did exactly what I needed. On Wed, 2004-02-18 at 05:54, Jeff Boes wrote: > At some point in time, [EMAIL PROTECTED] (Warren Little) wrote: > > >I migrated my database from 7.3 to 7.4 this weekend using the pg_dumpall > >tool w

Re: [ADMIN] pg_user does not exist

2004-02-18 Thread Bethany A . Benzur
Hmmm ... I'm wondering about version mismatches between your psql and your backend. Does "psql -V" agree with the backend version? [EMAIL PROTECTED] ]$ psql -V psql (PostgreSQL) 7.2.4 However, I am not totally convinced that that's where your problem is. Do you see failures when you are connected

Re: [ADMIN] HELP - need way to restore only blobs

2004-02-18 Thread Jeff Boes
At some point in time, [EMAIL PROTECTED] (Warren Little) wrote: >I migrated my database from 7.3 to 7.4 this weekend using the pg_dumpall >tool which I now realize does not capture blobs. > >I now need to move only the blob data to the 7.4 database. >The problem with redoing the dump with pg_dump