geogig-pg-list documentation

SYNOPSIS

geogig pg list [options]

DESCRIPTION

This command simply lists of the tables available in the specified PostGIS database.

OPTIONS

--host Machine name or IP address to connect to. Default: localhost
--port Port number to connect to. Default: 5432
--schema The database schema to access. Default: public
--database The database to connect to. Default: database
--user User name. Default: postgres
--password Password. Default: <no password>

BUGS

Discussion is still open.

back to top