353 | | 3. Copy the proj datum shift files to the PostgreSQL share/contrib/postgis/proj |
354 | | 4. Open PGAdmin and make a new database without any template |
355 | | 5. Open a new query-window to your new database |
356 | | 6. Add PL/PgSQL procedural language to the new database: createlang plpgsql |
357 | | 7. Run postgis.sql and spatial_ref_sys.sql from C:\postgres\share\contrib\ |
| 353 | 4. Copy the proj datum shift files to the PostgreSQL share/contrib/postgis/proj |
| 354 | 5. Open PGAdmin and make a new database without any template |
| 355 | 6. Open a new query-window to your new database |
| 356 | 7. Add PL/PgSQL procedural language to the new database: createlang plpgsql |
| 357 | 8. Run postgis.sql and spatial_ref_sys.sql from C:\postgres\share\contrib\ |