Docs: Mention that relpersistence is for sequences now too
authorDavid Rowley <[email protected]>
Mon, 11 Apr 2022 08:50:20 +0000 (20:50 +1200)
committerDavid Rowley <[email protected]>
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$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
        <structfield>relpersistence</structfield> <type>char</type>
       </para>
       <para>
-       <literal>p</literal> = permanent table, <literal>u</literal> = unlogged table,
-       <literal>t</literal> = temporary table
+       <literal>p</literal> = permanent table/sequence, <literal>u</literal> = unlogged table/sequence,
+       <literal>t</literal> = temporary table/sequence
       </para></entry>
      </row>