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-Tag: REL_15_BETA1~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0064f0ff6dfada2695330c6bc1945fa7ae813be;p=thirdparty%2Fpostgresql.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 c1c89a95c6b..6f285871b64 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