Install Postgresql client driver: Difference between revisions

From Gestinux Wiki
Jump to navigation Jump to search
No edit summary
(minor edits)
Line 1: Line 1:
{{#CustomTitle:Client for a PostgreSql database}}
{{#CustomTitle:Client for a PostgreSql database}}


To be client of a Postgresql database, with Ubuntu, you must in addition install a driver :
Under Ubuntu, to run a client of a Postgresql database you have to install an additional driver.


It can be done with these commands in a terminal :
You do this in a terminal window using the following two commands:


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

Revision as of 20:37, 31 January 2013

 Français

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

Under Ubuntu, to run a client of a Postgresql database you have to install an additional driver.

You do this in a terminal window using the following two commands:

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