Hello Everyone,
I am new to PostgreSQL, i have a question, i'll appreciate if anybody helps me.
How can i export/import a complete database running on one machine to another machine. I have gone through the docs, what i gather is,,that i can export only tables only..not entire database like we do in MS SQL Server.
thanks,
kuru
A simple pg_dump -C -f dump.sql dbname should give you what you want.
-- Downloading signature ... 99% *CRC FAILED* signature aborted
---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?
http://archives.postgresql.org
