projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e5f02
)
Docs: Mention that relpersistence is for sequences now too
author
David Rowley
<
[email protected]
>
Mon, 11 Apr 2022 08:50:20 +0000
(20:50 +1200)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index c1c89a95c6b7874731ef7574c59bc7d90c5747ca..6f285871b64a512c5c64975654c8a0fe37203805 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-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 tabl
e,
- <literal>t</literal> = temporary table
+ <literal>p</literal> = permanent table
/sequence, <literal>u</literal> = unlogged table/sequenc
e,
+ <literal>t</literal> = temporary table
/sequence
</para></entry>
</row>