I am trying to copy tables from one postgresql8.4 to another postgresql8.4 and I am not sure how do I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can’t you just take
pg_dumpfrom one and import in another? Seems quite trivial.Take a look at this:
http://www.postgresql.org/docs/8.4/static/backup-dump.html