Changes between Version 14 and Version 15 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
09/19/10 16:41:36 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v14 v15  
    100100To restore data from backup:
    101101{{{
    102 man pg_restore
     102su postgres
     103psql -f /tmp/sahana.sql
     104createdb gis
     105psql gis -f /usr/share/postgresql-8.4/contrib/postgis.sql
     106/usr/share/postgresql-8.4-postgis/utils/new_postgis_restore.pl -f /tmp/gis.dmp | psql gis
    103107}}}
    104108