Difference between revisions of "Install Postgresql client driver"
Jump to navigation
Jump to search
(minor edits) |
|||
Line 6: | Line 6: | ||
* 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 ''(adapt to the actual postgres version)'' |
+ | |||
+ | [[Installing|Go on installation]] |
Revision as of 11:42, 31 May 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 (adapt to the actual postgres version)