Hello,
is there a module or a way to communicate with Postgresql databases.
I have a postgresql database and I have the database in Postgresql also drupal and I want to communicate both.
Thank you
On Wed, Nov 2, 2011 at 12:09 PM, jose fernandez jose.fernandez@naxos-fr.net wrote:
Hello, is there a module or a way to communicate with Postgresql databases.
I have a postgresql database and I have the database in Postgresql also drupal and I want to communicate both.
-- Sivaji http://sivaji.drupalgardens.com @sivaji_ganesh in twitter Gtalk / Skype: sivaji2009
Thank you for the information. As I understand, so I have to put that in my settings.php file:
$databases = array ( 'default' => array ( 'default' => array ( 'database' => 'nametable', 'username' => '***', 'password' => '**************', 'host' => 'localhost', 'port' => '', 'driver' => 'pgsql', 'prefix' => '', ),
$other_databases = array ( 'other' => array ( 'other' => array ( 'database' => 'nametable', 'username' => '***', 'password' => '**************', 'host' => 'localhost', 'port' => '', 'driver' => 'pgsql', 'prefix' => '', ),
2011/11/2 sivaji j.g sivaji2009@gmail.com
On Wed, Nov 2, 2011 at 12:09 PM, jose fernandez jose.fernandez@naxos-fr.net wrote:
Hello, is there a module or a way to communicate with Postgresql databases.
I have a postgresql database and I have
the database in Postgresql also drupal and I want to communicate both.
-- Sivaji http://sivaji.drupalgardens.com @sivaji_ganesh in twitter Gtalk / Skype: sivaji2009 -- [ Drupal support list | http://lists.drupal.org/ ]