Re: Postgresql and Macintosh

Started by John DeSoiabout 21 years ago13 messagesgeneral
Jump to latest
#1John DeSoi
desoi@pgedit.com

On Feb 9, 2005, at 10:39 AM, renato.barrios wrote:

Please tell me if Postgresql runns in an iMac.

Sure, assuming your iMac is running OS X. You'll need to install
Apple's free developer tools to compile it or perhaps you might want to
use one of the freely available installers such as:

http://www.entropy.ch/software/macosx/postgresql/

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

#2Tino Wildenhain
tino@wildenhain.de
In reply to: John DeSoi (#1)

Am Mittwoch, den 09.02.2005, 16:39 +0100 schrieb renato.barrios:

Please tell me if Postgresql runns in an iMac.

IIRC postgres is even part of Mac OS X.
(perhaps not the latest version)

Regards
Tino

#3Thomas F.O'Connell
tfo@sitening.com
In reply to: Tino Wildenhain (#2)

I don't think it's a standard part of OS X. I think it comes with Apple
Remote Desktop, and it might be in the Server edition, but it's not a
part of the standard version.

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

On Feb 9, 2005, at 1:34 AM, Tino Wildenhain wrote:

Show quoted text

Am Mittwoch, den 09.02.2005, 16:39 +0100 schrieb renato.barrios:

Please tell me if Postgresql runns in an iMac.

IIRC postgres is even part of Mac OS X.
(perhaps not the latest version)

Regards
Tino

#4Jonel Rienton
jonel@road14.com
In reply to: John DeSoi (#1)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You'll probably need to install fink or darwinports also if you're
building from source. I have successfully built PostgreSQL 8.0.1
recently in my Mac OS X box. Building PostgreSQL in different
platforms has become one of my hobbies :) so if you need help just let
me know.

regards,

- -----
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 9, 2005, at 12:35 AM, John DeSoi wrote:

On Feb 9, 2005, at 10:39 AM, renato.barrios wrote:

Please tell me if Postgresql runns in an iMac.

Sure, assuming your iMac is running OS X. You'll need to install
Apple's free developer tools to compile it or perhaps you might want
to use one of the freely available installers such as:

http://www.entropy.ch/software/macosx/postgresql/

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

---------------------------(end of
broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.1

iQA/AwUBQgm/ReAwOVAnbsGCEQJTxACeJ/dSvFwQFoLrfZBhU68EEzDwyPwAniT/
7hz4jVy0eA9crZra/66VuYYT
=albG
-----END PGP SIGNATURE-----

#5Tino Wildenhain
tino@wildenhain.de
In reply to: Thomas F.O'Connell (#3)

Am Mittwoch, den 09.02.2005, 01:42 -0600 schrieb Thomas F.O'Connell:

I don't think it's a standard part of OS X. I think it comes with Apple
Remote Desktop, and it might be in the Server edition, but it's not a
part of the standard version.

Ok ;) But at least we can state "it runs" ;)

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

On Feb 9, 2005, at 1:34 AM, Tino Wildenhain wrote:

Am Mittwoch, den 09.02.2005, 16:39 +0100 schrieb renato.barrios:

Please tell me if Postgresql runns in an iMac.

IIRC postgres is even part of Mac OS X.
(perhaps not the latest version)

Regards
Tino

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

--
Tino Wildenhain <tino@wildenhain.de>

#6Christoph Pingel
ch.pingel@web.de
In reply to: Tino Wildenhain (#5)

Please tell me if Postgresql runns in an iMac.

If you're on OS X, sure. I'd recommend installing darwinports
(http://darwinports.opendarwin.org), which makes downloading and
compiling as easy as that:

sudo port install postgresql8

darwinports also features several modules for accessing postgresql, I
use psycopg for Python.
On my machine, a 'not-too-current' Powerbook, the combo runs without
any problems.

best regards,
Christoph

#7John DeSoi
desoi@pgedit.com
In reply to: Jonel Rienton (#4)

On Feb 9, 2005, at 3:43 AM, Jonel Rienton wrote:

You'll probably need to install fink or darwinports also if you're
building from source. I have successfully built PostgreSQL 8.0.1
recently in my Mac OS X box. Building PostgreSQL in different
platforms has become one of my hobbies :) so if you need help just let
me know.

Actually, I think everything you need is there without fink or
darwinports (unless you consider readline essential). I regularly use

./configure --without-readline

which gives an install that can be copied to other machines without
changes.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

#8Steve Atkins
steve@blighty.com
In reply to: Jonel Rienton (#4)

On Wed, Feb 09, 2005 at 02:43:56AM -0600, Jonel Rienton wrote:

You'll probably need to install fink or darwinports also if you're
building from source. I have successfully built PostgreSQL 8.0.1
recently in my Mac OS X box. Building PostgreSQL in different
platforms has become one of my hobbies :) so if you need help just let
me know.

No need to play with fink or darwinports. 8.0.1 builds from source (at
least in a fairly vanilla configuration) on stock OS X 10.3 with the
apple developer tools installed.

Cheers,
Steve

#9Thomas F.O'Connell
tfo@sitening.com
In reply to: Tino Wildenhain (#5)

True. Apple even has a page with installation instructions:

http://developer.apple.com/internet/opensource/postgres.html

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

On Feb 9, 2005, at 3:14 AM, Tino Wildenhain wrote:

Show quoted text

Ok ;) But at least we can state "it runs" ;)

#10Joe Lester
joe_lester@sweetwater.com
In reply to: John DeSoi (#1)

Watch out for the memory leak bug on OS 10.3.2 though 10.3.5 (this is
apparently an OS X bug, not a Postgres bug):

http://archives.postgresql.org/pgsql-general/2004-08/msg00972.php

I don't know if it exists on 10.3.6 or 10.3.7 (the current version). I
submitted a bug report to Apple many months ago, but it has not seen
any activity yet.

Joe

On Feb 9, 2005, at 1:35 AM, John DeSoi wrote:

Show quoted text

On Feb 9, 2005, at 10:39 AM, renato.barrios wrote:

Please tell me if Postgresql runns in an iMac.

Sure, assuming your iMac is running OS X. You'll need to install
Apple's free developer tools to compile it or perhaps you might want
to use one of the freely available installers such as:

http://www.entropy.ch/software/macosx/postgresql/

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

---------------------------(end of
broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

#11Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joe Lester (#10)

Joe Lester <joe_lester@sweetwater.com> writes:

Watch out for the memory leak bug on OS 10.3.2 though 10.3.5 (this is
apparently an OS X bug, not a Postgres bug):
http://archives.postgresql.org/pgsql-general/2004-08/msg00972.php
I don't know if it exists on 10.3.6 or 10.3.7 (the current version).

[ tries it... ] Yup, still there in 10.3.7.

regards, tom lane

#12Jonel Rienton
jrienton@mac.com
In reply to: Tom Lane (#11)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

seems like it still exists in 10.3.8 which was just released today

- -----
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 9, 2005, at 3:40 PM, Tom Lane wrote:

Joe Lester <joe_lester@sweetwater.com> writes:

Watch out for the memory leak bug on OS 10.3.2 though 10.3.5 (this is
apparently an OS X bug, not a Postgres bug):
http://archives.postgresql.org/pgsql-general/2004-08/msg00972.php
I don't know if it exists on 10.3.6 or 10.3.7 (the current version).

[ tries it... ] Yup, still there in 10.3.7.

regards, tom lane

---------------------------(end of
broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if
your
joining column's datatypes do not match

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.1

iQA/AwUBQgrFh+AwOVAnbsGCEQJh+ACdG9eLNwpCXVw6G7u6oSbMoPL3MSoAoK25
VHagUygyifgWMHvnCe/slcek
=GXHq
-----END PGP SIGNATURE-----

#13renato.barrios
renato.barrios@online.fr
In reply to: Jonel Rienton (#12)
Unsubscribe

le 10/02/05 4:22, Jonel Rienton à jrienton@mac.com a écrit :

Show quoted text

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

seems like it still exists in 10.3.8 which was just released today

- -----
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 9, 2005, at 3:40 PM, Tom Lane wrote:

Joe Lester <joe_lester@sweetwater.com> writes:

Watch out for the memory leak bug on OS 10.3.2 though 10.3.5 (this is
apparently an OS X bug, not a Postgres bug):
http://archives.postgresql.org/pgsql-general/2004-08/msg00972.php
I don't know if it exists on 10.3.6 or 10.3.7 (the current version).

[ tries it... ] Yup, still there in 10.3.7.

regards, tom lane

---------------------------(end of
broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if
your
joining column's datatypes do not match

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.1

iQA/AwUBQgrFh+AwOVAnbsGCEQJh+ACdG9eLNwpCXVw6G7u6oSbMoPL3MSoAoK25
VHagUygyifgWMHvnCe/slcek
=GXHq
-----END PGP SIGNATURE-----