diff options
author | Bruce Momjian <bruce@momjian.us> | 2016-08-24 21:11:44 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2016-08-24 21:11:44 -0400 |
commit | ca9cb940d23dc8869a635fa27a08e60837b17c07 (patch) | |
tree | b62f2f57a20285b8009f2dfad6fa380855381d1f /doc/src/sgml/ref/create_sequence.sgml | |
parent | dcb7a54bd1cdbf5cca9549e8485cd34a28c7cf87 (diff) | |
download | postgresql-ca9cb940d23dc8869a635fa27a08e60837b17c07.tar.gz postgresql-ca9cb940d23dc8869a635fa27a08e60837b17c07.zip |
doc: more replacement of <literal> with something better
Reported-by: Alexander Law
Author: Alexander Law
Backpatch-through: 9.6
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_sequence.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index c9591462eed..62ae3792267 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -349,7 +349,7 @@ END; <itemizedlist> <listitem> <para> - The standard's <literal>AS <data type></literal> expression is not + The standard's <literal>AS <replaceable>data_type</></literal> expression is not supported. </para> </listitem> |