1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Remove unnecessary whitespace in refname elements. This confuses the

man page tools.
This commit is contained in:
Peter Eisentraut
2008-11-12 15:53:34 +00:00
parent 2655ec1f2c
commit 18eeacc463
3 changed files with 6 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.22 2008/06/15 01:25:53 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.23 2008/11/12 15:53:34 petere Exp $
PostgreSQL documentation
-->
@@ -10,9 +10,7 @@ PostgreSQL documentation
</refmeta>
<refnamediv>
<refname>
ALTER SEQUENCE
</refname>
<refname>ALTER SEQUENCE</refname>
<refpurpose>
change the definition of a sequence generator
</refpurpose>