aboutsummaryrefslogtreecommitdiff
path: root/src/man/drop_sequence.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/drop_sequence.l')
-rw-r--r--src/man/drop_sequence.l15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/man/drop_sequence.l b/src/man/drop_sequence.l
deleted file mode 100644
index efad8371c2d..00000000000
--- a/src/man/drop_sequence.l
+++ /dev/null
@@ -1,15 +0,0 @@
-.\" This is -*-nroff-*-
-.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_sequence.l,v 1.2 1998/01/11 22:17:31 momjian Exp $
-.TH "DROP TABLE" SQL 04/01/97 PostgreSQL PostgreSQL
-.SH NAME
-drop sequence - 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).