Changes between Version 21 and Version 22 of UsersWikiPostGIS21UbuntuPGSQL93Apt


Ignore:
Timestamp:
Jun 21, 2015, 2:40:35 PM (9 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21UbuntuPGSQL93Apt

    v21 v22  
    8585
    8686You'll also want to edit the postgresql.conf file and change listen_addresses line to a specific ip of the server or '*' to listen on all ips.
    87 
    88 
    89 {{{
    90 service postgresql reload 
    91 }}}
    92 
    93 after (can also do from postgres psql consold with:
     87If you change ip or port, you need to do a service restart.
     88
     89
     90{{{
     91service postgresql restart
     92}}}
     93
     94after (can also do from postgres psql console with below - only for changes that don't require retart)
    9495
    9596{{{