0

I found good article in dblink http://www.postgresonline.com/journal/archives/44-Using-DbLink-to-access-other-PostgreSQL-Databases-and-Servers.html, but got stuck on loading dblink.sql. Can anyone give me information on loading the dblink.sql into the database. I am using pgAdmin III on a Postgres version 8.4.

Thank you

casperOne
  • 73,706
  • 19
  • 184
  • 253
Rohita Khatiwada
  • 2,835
  • 9
  • 40
  • 52

1 Answers1

1

psql -d "database_name" < "dblink_location"/dblink.sql

Simon
  • 548
  • 7
  • 16