diff options
author | Peter Eisentraut | 2008-11-14 10:22:48 +0000 |
---|---|---|
committer | Peter Eisentraut | 2008-11-14 10:22:48 +0000 |
commit | d1292550770290a09863f2f2bd0d52e49301d29e (patch) | |
tree | d639f0c5ad0ea8da9121cb40d9657c31804306bb /doc/src/sgml/ref/create_sequence.sgml | |
parent | e339ed5f5007e37f18d57886ca6414d19cd92ee3 (diff) |
Set SQL man pages to be section 7 by default, and only transform them to
another section if required by the platform (instead of the old way of
building them in section "l" and always transforming them to the
platform-specific section).
This speeds up the installation on common platforms, and it avoids some
funny business with the man page tools and build process.
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_sequence.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index e5afabf12ae..20b0c008721 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -1,11 +1,12 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.48 2007/02/01 00:34:03 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.49 2008/11/14 10:22:46 petere Exp $ PostgreSQL documentation --> <refentry id="SQL-CREATESEQUENCE"> <refmeta> <refentrytitle id="sql-createsequence-title">CREATE SEQUENCE</refentrytitle> + <manvolnum>7</manvolnum> <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> |