pgsql: doc: fix wrong tag used in create sequence manual.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: fix wrong tag used in create sequence manual.
Date: 2022-08-16 00:36:57
Message-ID: E1oNkZk-000xV6-FH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a1a5e6d95cc9fabbd4e0209161662aa45220c4b1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2022-08-16 00:37:03 pgsql: doc: fix wrong tag used in create sequence manual.
Previous Message Tatsuo Ishii 2022-08-16 00:36:53 pgsql: doc: fix wrong tag used in create sequence manual.