Обсуждение: pgsql: Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)