Docs: Mention that relpersistence is for sequences now too
authorDavid Rowley
Mon, 11 Apr 2022 08:50:20 +0000 (20:50 +1200)
committerDavid Rowley
Mon, 11 Apr 2022 08:50:20 +0000 (20:50 +1200)
Per 344d62fb9.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336[email protected]

doc/src/sgml/catalogs.sgml

index c1c89a95c6b7874731ef7574c59bc7d90c5747ca..6f285871b64a512c5c64975654c8a0fe37203805 100644 (file)
@@ -2065,8 +2065,8 @@ SCRAM-SHA-256$<iteration count>:&l
        relpersistence char
       
       
-       p = permanent tableu = unlogged table,
-       t = temporary table
+       p = permanent table/sequence, u = unlogged table/sequence,
+       t = temporary table/sequence