I\'m new using postgresql and I\'ve been using Codeigniter for a year.
I have a small postgresql database and I wanna call it from Codeigniter.
In my databas
In the file database.php where it reads:
database.php
'dbdriver' => ' ',
Put the following argument:
'dbdriver' => 'pgsql',