[postgis-users] No Space left on device.

Pradeep B V pradeepbv at gmail.com
Mon Dec 17 19:23:49 PST 2007


On Dec 18, 2007 4:19 AM, Richard Heimann [C] <heimann at ait.nrl.navy.mil>
wrote:

>  I could connect to the other box and either use the data or move it to
> the new database. Therefore, my question is does PostgreSQL offer similar
> functionality? In other words, can you connect to other PostgreSQL machines?
>

You can try this.

pg_dump -h host1 dbname | psql -h host2 dbname

More info here..

http://www.postgresql.org/docs/8.2/interactive/backup-dump.html

- Pradeep B V
www.mapunity.in
Geography for development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20071218/5f104b21/attachment.html>


More information about the postgis-users mailing list