mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 23:03:25 -05:00
15 lines
548 B
Text
15 lines
548 B
Text
.\" This is -*-nroff-*-
|
|
.\" XXX standard disclaimer belongs here....
|
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_sequence.l,v 1.1 1997/04/02 04:20:00 vadim Exp $
|
|
.TH "DROP TABLE" SQL 04/01/97 PostgreSQL PostgreSQL
|
|
.SH NAME
|
|
drop sequence \(em destroy existing sequence
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fBdrop sequence\fR sequence_name_1 { \fB,\fR sequence_name_N }
|
|
.fi
|
|
.SH DESCRIPTION
|
|
.BR "Drop Sequence"
|
|
removes sequence number generators from the data base.
|
|
With current implementation of sequences as special tables it
|
|
works just like \fBdrop table\fR(l).
|