Thread: pgsql: Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.

pgsql: Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.

From
Heikki Linnakangas
Date:
Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.

ALTER SEQUENCE RESTART was made transactional in commit 3d79013b97.
Backpatch to v10, where that was introduced.

Patch by Justin Pryzby, per Yaroslav Schekin's report.

Discussion: https://www.postgresql.org/message-id/20201005191922.GE17626%40telsasoft.com

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/truncate.sgml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)