Install Postgresql client driver: Difference between revisions

From Gestinux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  ''(adapt to the actual postgres version)''
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  ''(adapt to the actual postgres version)''


[[Installing|Go on installation]]
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]

Revision as of 12:45, 31 May 2013

{{#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)

Go on installation