GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
pgtopo_export(1) PostGIS pgtopo_export(1)

pgtopo_export - postgis topology exporter

pgtopo_export [options] database topology

The pgtopo_export script connects to the named database and exports data of the named topology and associated layers to a file with a custom format.

The <database> is the name of the database to connect to.

The <topology> is the name of the topology to read data from.

The commandline options are:

Write the output to a particular filename instead of stadard output.
Do not export layers, just topology primitives. -h Display usage information.

An example session using the exporter to create an export file of a topology "city_data" from a database might look like this:

# pgtopo_export -f city_data.pgtopo_export my_db city_data

Originally written by Sandro Santilli <strk@kbt.io>.

pgtopo_import(1)

More information is available at http://postgis.net


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.