Docs: Mention that relpersistence is for sequences now too

Per 344d62fb9.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
This commit is contained in:
David Rowley 2022-04-11 20:50:20 +12:00
parent b0e5f02ddc
commit e0064f0ff6
1 changed files with 2 additions and 2 deletions

View 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>