br*****@divinetaccess.com (brijesh) wrote in message news:<7b**************************@posting.google. com>...
Sir,
I am a development engineer in network application
I have a problem regarding upgrading my database
the problem is how do I transfer the contents from one table in a
database from one server to postgresql database table in another
server.
the data contents is in few MB.
can you suggest me an easy way to do so?
regards
Brijesh Shetty
I dont know which database you are using right now?
Exports you data in sql format through any tool depends on you
database.And then run that sql script in you database.
try phppgadmin
or find some internal command of postgresql that will create sql
script.
I hope this will helpful to you
Bhavin Patel