Install Postgresql client driver

From Gestinux Wiki
Revision as of 12:38, 4 January 2013 by Tintinux (talk | contribs) (Created page with "= Installing Postgresql client driver = 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 t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 Français

Installing Postgresql client driver

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