Database Reference
In-Depth Information
That is all there is to getting signed up. Once you have your new account set up, you
can do some things that will make PostgreSQL extension programming much more
painless.
Creating an extension project the easy way
First, let's install some utility packages that will create a lot of boilerplate files that we
have already described in earlier sections:
apt-get install ruby
apt-get install rubygems
apt-get install ruby1.8-dev
apt-get install libopenssl-ruby1.8
gem install rubygems-update
/var/lib/gems/1.8/bin/update_rubygems
gem install pgxn_utils
Search WWH ::




Custom Search