Re: [GENERAL] minimum hardware for Postgresql Install

2001-08-07 Thread Frank Joerdens

On Tue, Aug 07, 2001 at 01:48:40PM +0300, Einar Karttunen wrote:
> On Tue, 7 Aug 2001, Frank Joerdens wrote:
> > On Tue, Aug 07, 2001 at 08:25:49PM +1000, Michael wrote:
> > > Whats the minimum hardware anyone has installed Postgresql on ?
> > > Someone is thowing out some old pc's and thought I might make use of
> > > one.
> >
> > I tried once to compile some 6.x.x version of Postgresql on a 486SX with
> > 33 Mhz and 8 MB RAM. This was a little too painful I thought to be
> > considered OK. Anything better than that (more RAM in particular) should
> > work though (my experience). A 486DX 66 with 16 MB worked fine for me.
> >
> You should probably compile it with a better machine, then you can run it
> in your low-end machine. Remember to specify the correct machine-type
> flags for gcc.

True.

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Re: [GENERAL] minimum hardware for Postgresql Install

2001-08-07 Thread Einar Karttunen

On Tue, 7 Aug 2001, Frank Joerdens wrote:
> On Tue, Aug 07, 2001 at 08:25:49PM +1000, Michael wrote:
> > Whats the minimum hardware anyone has installed Postgresql on ?
> > Someone is thowing out some old pc's and thought I might make use of
> > one.
>
> I tried once to compile some 6.x.x version of Postgresql on a 486SX with
> 33 Mhz and 8 MB RAM. This was a little too painful I thought to be
> considered OK. Anything better than that (more RAM in particular) should
> work though (my experience). A 486DX 66 with 16 MB worked fine for me.
>
You should probably compile it with a better machine, then you can run it
in your low-end machine. Remember to specify the correct machine-type
flags for gcc.

- Einar Karttunen



---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])



Re: [GENERAL] minimum hardware for Postgresql Install

2001-08-07 Thread Frank Joerdens

On Tue, Aug 07, 2001 at 08:25:49PM +1000, Michael wrote:
> Whats the minimum hardware anyone has installed Postgresql on ?
> Someone is thowing out some old pc's and thought I might make use of
> one.

I tried once to compile some 6.x.x version of Postgresql on a 486SX with
33 Mhz and 8 MB RAM. This was a little too painful I thought to be
considered OK. Anything better than that (more RAM in particular) should
work though (my experience). A 486DX 66 with 16 MB worked fine for me.

Regards, Frank

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])



[GENERAL] minimum hardware for Postgresql Install

2001-08-07 Thread Michael

Whats the minimum hardware anyone has installed Postgresql on ?
Someone is thowing out some old pc's and thought I might make use of
one.

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl



[GENERAL] Still wondering about random numbers...

2001-08-07 Thread Dr. Evil


I am running on OpenBSD and Linux, both of which have
cryptographic-quality RNGs built in.  When I call RANDOM() in PG, do I
get the old C library random numbers, which are not very random, or do
I get high-quality random numbers from the crypto-RNG that's built in?
Any sugestions for getting high-quality random numbers?

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly