Page 1 of 1

Running PstgreSQL in xampp 1.4.13

PostPosted: 09. June 2005 09:30
by Pule
I'm having problems running xampp with postgresql8.0 in window XP pro...

Re: Running PstgreSQL in xampp 1.4.13

PostPosted: 17. June 2005 12:03
by smacedo
Pule wrote:I'm having problems running xampp with postgresql8.0 in window XP pro...


As far as I know, xampp does not support Postgres, at least on Windows.

I installed PostgreSQL 8.0.3, which has a fantastic installer for windows now, and does not need MingW or Cygwin - it's finally native Win32.

The problem seems to be that php does not include pg_connect and pg_* functions, so, for most uses (php), xampp still does not support Postgres, despite it being (very recently) made available for windows, natively and with a 1-2-3 installer.

Does anybody have a suggestion? I mean - MySQL is good for some cases, but one can't really call it a database... no FKEYs, no transactions, no record level locks... (I know, I know, there is an extension now for those)

Silvio

PostPosted: 29. June 2005 13:32
by alucard01
Dunno if it helps:

I have already setup and install postgresql 8.0.2 in my WinXP Pro, which is separately install from XAMPP.

I download phppgadmin and extract it under xampp/htdocs/phppgadmin

When I access phppgadmin, it can access to my postgresql 8.0.2

PostPosted: 02. July 2005 07:21
by docbrij
I think http://apache2triad.net/ is the best bet for an integrated MySQL and Pgsql platform.

I hope XAMPP (which is supported by PHP Plug-In for Eclipse) should integrate pgsql ASAP.

--docbrij