diff options
author | Neil Conway <neilc@samurai.com> | 2007-05-15 19:13:55 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-05-15 19:13:55 +0000 |
commit | 79ba540b78c69b9d91214899283a843ce40c52d5 (patch) | |
tree | 59df1346df3c75bdde92a521f4a4632b05195816 /doc/src/sgml/ref/drop_sequence.sgml | |
parent | 178214d2ae46b1b1a67b168b510a224881f60efd (diff) |
Various fixes for the SGML docs. Consistently use spaces before/after
parentheses in syntax descriptions. Consistently use the present tense
when describing the basic purpose of each "DROP" command. Add a few
more hyperlinks.
Diffstat (limited to 'doc/src/sgml/ref/drop_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_sequence.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml index b0755ee1889..58be47acb07 100644 --- a/doc/src/sgml/ref/drop_sequence.sgml +++ b/doc/src/sgml/ref/drop_sequence.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.26 2006/09/16 00:30:18 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.27 2007/05/15 19:13:55 neilc Exp $ PostgreSQL documentation --> @@ -28,7 +28,8 @@ DROP SEQUENCE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, <title>Description</title> <para> - <command>DROP SEQUENCE</command> removes sequence number generators. + <command>DROP SEQUENCE</command> removes sequence number + generators. A sequence can only be dropped by its owner or a superuser. </para> </refsect1> |