mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Consistenly use colons before '<programlisting>' blocks, where
appropriate.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.46 2007/01/31 23:26:03 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.47 2007/02/01 00:28:18 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -57,7 +57,7 @@ CREATE [ TEMPORARY | TEMP ] SEQUENCE <replaceable class="parameter">name</replac
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Although you cannot update a sequence directly, you can use a query like
|
||||
Although you cannot update a sequence directly, you can use a query like:
|
||||
|
||||
<programlisting>
|
||||
SELECT * FROM <replaceable>name</replaceable>;
|
||||
|
Reference in New Issue
Block a user