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

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end "DROP SEQUENCE" {bold} " removes sequence number generators from the data base. With the current implementation of sequences as special tables it works just like the DROP TABLE statement.
  2. " {} "Synopsis" {bold} "
  3. " {} "
  4. DROP SEQUENCE seqname [, ...]
  5. " {code} "Usage" {bold} "
  6. To remove sequence serial from database: 
  7. DROP SEQUENCE serial
  8.   
  9. " {} "Notes" {bold} "
  10. The DROP SEQUENCE statement is a Postgres language extension. 
  11. Refer to the CREATE SEQUENCE statement for information on how to create a sequence. "