Re: some help - Mailing list pgsql-novice

From Mitch Pirtle
Subject Re: some help
Date
Msg-id 330532b6050202072375b35d58@mail.gmail.com
Whole thread Raw
In response to Re: some help  ("Rodolfo J. Paiz" <rpaiz@simpaticus.com>)
Responses Re: some help  ("Rodolfo J. Paiz" <rpaiz@simpaticus.com>)
List pgsql-novice
This is because your php.ini is not loading the postgres database
driver. Just find your php.ini, and change the line that says:

;extension=php_pgsql.dll

to:

extension=php_pgsql.dll

(Remove the semicolon and you're golden)

After doing this you will need to restart/reload apache for the config
changes to take effect.

-- Mitch

pgsql-novice by date:

Previous
From: "Rodolfo J. Paiz"
Date:
Subject: Re: some help
Next
From: Tom Lane
Date:
Subject: Re: how to know which object depend of it?