Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 2a972e0165c9b34da4cff3001a2dad8e5a9a5a2b
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2020-10-19T16:02:25Z
Releases: 14.0
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

Files

PathChange+/−
doc/src/sgml/ref/truncate.sgml modified +1 −2

Documentation touched

Discussion