From: David Rowley Date: Mon, 11 Apr 2022 08:50:20 +0000 (+1200) Subject: Docs: Mention that relpersistence is for sequences now too X-Git-Url: http://git.postgresql.org/gitweb/static/benefitdownload/file?a=commitdiff_plain;h=e0064f0ff6dfada2695330c6bc1945fa7ae813be;p=users%2Frhaas%2Fpostgres.git Docs: Mention that relpersistence is for sequences now too Per 344d62fb9. Author: Justin Pryzby Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index c1c89a95c6..6f285871b6 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2065,8 +2065,8 @@ SCRAM-SHA-256$<iteration count>:&l relpersistence char - p = permanent table, u = unlogged table, - t = temporary table + p = permanent table/sequence, u = unlogged table/sequence, + t = temporary table/sequence