Re: Query from sindhu - Mailing list pgsql-docs

From Thomas Lockhart
Subject Re: Query from sindhu
Date
Msg-id 39E32103.7236AD5D@alumni.caltech.edu
Whole thread Raw
In response to Query from sindhu  (PASAD <sindhu_s_nair@yahoo.com>)
List pgsql-docs
> I would like to know in which extension postgres database is being saved.and
> also I would like to know how can we transfer one database file from one
> machine to another.I will be grateful to you if you answer my query.

Use pg_dump to transfer databases. The Postgres database files are
stored in a specific area on your machine, but do not have explicit file
extensions on each file. I don't know which platform and package you are
running, so can not be more specific.

Good luck.
                         - Thomas


pgsql-docs by date:

Previous
From: Mikael Suokas
Date:
Subject: Tutorial documentation bug
Next
From: Nishad Prakash
Date:
Subject: Memory leak in lobj example code