Changes between Version 47 and Version 48 of UsersWikiWinCompileInitdb
- Timestamp:
- 06/02/10 06:03:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v47 v48 14 14 You may want to change the port in the "C:/postgres/data/posgresql.conf" file to something like 8433 in order to avoid conflict with your regular postgres install. 15 15 16 4. '''Start PostgreSQL''' following one of those two options: 16 4. '''Copy /c/postgres/lib/libpq.dll to /c/postgres/bin'''. The server may not start because it couldn't find libpq.dll 17 18 5. '''Start PostgreSQL''' following one of those two options: 17 19 18 20 '''Option A) As a Windows service:''' … … 52 54 53 55 54 5. '''Export the configuration variables'''56 6. '''Export the configuration variables''' 55 57 56 58 Before you do a make check for PostGIS, make sure to export the '''PATH''', '''PGPORT''' and '''PGUSER''' variables in MSYS. Note that these exports are only valid for the current session. For more information about the PostgreSQL environment variables see http://www.postgresql.org/docs/8.4/interactive/libpq-envars.html