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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.
Date: 2020-10-19 16:04:08
Message-ID: E1kUXdo-0001yB-7T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2a972e0165c9b34da4cff3001a2dad8e5a9a5a2b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-10-19 16:31:27 pgsql: Misc documentation fixes.
Previous Message Heikki Linnakangas 2020-10-19 15:52:05 pgsql: Fix output of tsquery example in docs.