We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e5f02 commit e0064f0Copy full SHA for e0064f0
doc/src/sgml/catalogs.sgml
@@ -2065,8 +2065,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
2065
<structfield>relpersistence</structfield> <type>char</type>
2066
</para>
2067
<para>
2068
- <literal>p</literal> = permanent table, <literal>u</literal> = unlogged table,
2069
- <literal>t</literal> = temporary table
+ <literal>p</literal> = permanent table/sequence, <literal>u</literal> = unlogged table/sequence,
+ <literal>t</literal> = temporary table/sequence
2070
</para></entry>
2071
</row>
2072
0 commit comments