Difference between revisions of "Install Postgresql client driver"

From Gestinux Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Install Postgresql client driver/fr|Français]]
+
{{#CustomTitle:Client for a PostgreSql database}}
  
 
To be client of a Postgresql database, with Ubuntu, you must in addition install a driver :
 
To be client of a Postgresql database, with Ubuntu, you must in addition install a driver :

Revision as of 18:56, 28 January 2013

 Français

{{#CustomTitle:Client for a PostgreSql database}}

To be client of a Postgresql database, with Ubuntu, you must in addition install a driver :

It can be done with these commands in a terminal :

  • sudo apt-get install postgresql-client
  • sudo ln -s /usr/lib/libpq.so.5.4 /usr/lib/libpq.so