File: example.run

package info (click to toggle)
postgresql-plruby 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,500 kB
  • ctags: 1,259
  • sloc: ansic: 8,272; sql: 1,841; ruby: 882; sh: 62; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# simple example to run extconf.rb
#
#
# with PostgreSQL >= 7.2, if the headers files are installed
#   (make install-all-headers)
# you just need to specify pgsql-prefix
#
ruby extconf.rb --with-pgsql-dir=/home/ts/local/pgsql
#
# for developpement version (version is not defined)
# with the new style of function call
#
# ruby extconf.rb --with-pgsql-dir=/home/ts/local/pgtemp \
#   --with-pgsql-srcinc=/home/ts/postgresql/pgsql/src/include \
#   --with-pgsql-version=71
#