pgsql: doc: fix wrong tag used in create sequence manual. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: doc: fix wrong tag used in create sequence manual.
Date
Msg-id E1oNka3-000xXW-GN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: fix wrong tag used in create sequence manual.

In ref/create_sequence.sgml <literal> tag was used for nextval function name.
This should have been <function> tag.

Author: Noboru Saito
Discussion: https://postgr.es/m/CAAM3qnJTDFFfRf5JHJ4AYrNcqXgMmj0pbH0%2Bvm%3DYva%2BpJyGymA%40mail.gmail.com
Backpatch-through: 10

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/64f0bc0022651478ddf92113ade0c93d6f2422cd

Modified Files
--------------
doc/src/sgml/ref/create_sequence.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: doc: fix wrong tag used in create sequence manual.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix replica identity check for a partitioned table.