monetdb_fdw icon indicating copy to clipboard operation
monetdb_fdw copied to clipboard

README.md should describe how to build and get started

Open wrschneider opened this issue 9 years ago • 1 comments

Steps to get up and running

  • make sure MonetDB-client-devel is installled (yum install MonetDB-client-devel on CentOS)
  • git clone
  • as root: USE_PGXS=1 PATH=/usr/pgsql-9.4/bin:$PATH make install
  • edit postgresql.conf and add `shared_preload_libraries = 'monetdb_fdw'
  • restart PostgreSQL
  • inside psql client:
    • create extension monetdb_fdw
    • create server monetdb_server foreign data wrapper monetdb_fdw
    • create foreign table ... server monetdb_server options(server 'localhost', port '50000', user 'monetdb', passwd 'monetdb', dbname 'dbname', table 'tablename')

wrschneider avatar Feb 09 '16 17:02 wrschneider

Sorry for such delayed reply and thanks for the comment. I will take a look in a week. Please wait a moment.

snaga avatar Aug 17 '16 07:08 snaga