GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

3 Commits

/*-------------------------------------------------------------------------
*
* Copyright (c) 2013, Max Planck Institute for Marine Microbiology
*
* This software is released under the PostgreSQL License
*
* Author: Michael Schneider <mschneid@mpi-bremen.de>
*
* IDENTIFICATION
*   README.txt
*
*-------------------------------------------------------------------------
*/
To install PostBIS:
1. make
2. make install
3. connect to your database with psql and invoke
		CREATE EXTENSION postbis;

Read the original on github.com ↗