INSTALL
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. Installation of PL/pgSQL
  2. 1) Type 'make' to build the shared plpgsql object.
  3. 2) Type 'make install' to install the shared object in
  4. the PostgreSQL library directory.
  5. 3) Declare the PL/pgSQL procedural language in your
  6. database by
  7. psql dbname <mklang.sql
  8. If the PostgreSQL library directory is different from
  9. /usr/local/pgsql/lib you must edit mklang.sql prior.
  10. If you declare the language in the template1 database,
  11. any subsequently created database will have PL/pgSQL
  12. support installed automatically.