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

数据库系统

开发平台:

Unix_Linux

  1. This directory contains SQL tutorial scripts.  To look at them, first do a
  2. % make
  3. to compile all the scripts and C files for the user-defined functions
  4. and types.  (make needs to be GNU make and may be named something
  5. different on your system)
  6. Then, run psql with the -s flag:
  7. % psql -s
  8. Welcome to the POSTGRESQL interactive sql monitor:
  9.   Please read the file COPYRIGHT for copyright terms of POSTGRESQL
  10.    type ? for help on slash commands
  11.    type q to quit
  12.    type g or terminate with semicolon to execute query
  13.  You are currently connected to the database: jolly
  14. jolly==>
  15. From within psql, you can try each individual script file by using
  16. the i <filename> psql command.