mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 01:31:07 -05:00
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:
parent
b0e5f02ddc
commit
e0064f0ff6
1 changed files with 2 additions and 2 deletions
|
|
@ -2065,8 +2065,8 @@ SCRAM-SHA-256$<replaceable><iteration count></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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue